mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +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
|