mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 01:08:03 -04:00
11 lines
156 B
C
11 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
|