mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-31 08:28:13 +00:00
12 lines
156 B
C
12 lines
156 B
C
|
/*
|
||
|
* wm9712.h -- WM9712 Soc Audio driver
|
||
|
*/
|
||
|
|
||
|
#ifndef _WM9712_H
|
||
|
#define _WM9712_H
|
||
|
|
||
|
#define WM9712_DAI_AC97_HIFI 0
|
||
|
#define WM9712_DAI_AC97_AUX 1
|
||
|
|
||
|
#endif
|