mirror of
https://github.com/torvalds/linux.git
synced 2024-12-18 00:53:40 +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
|