mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 03:06:58 +07: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
|