[ALSA] ASoC codecs: WM9712 support
This patch adds ASoC support for the WM9712 codec. Supported features:- o Capture/Playback/Sidetone/Bypass. o Aux DAC. o 8k - 48k sample rates. o DAPM. Signed-off-by: Richard Purdie <rpurdie@rpsys.net> Signed-off-by: Liam Girdwood <liam.girdwood@wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
This commit is contained in:
committed by
Jaroslav Kysela
parent
abadfc928a
commit
10c5cf3044
14
sound/soc/codecs/wm9712.h
Normal file
14
sound/soc/codecs/wm9712.h
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* wm9712.h -- WM9712 Soc Audio driver
|
||||
*/
|
||||
|
||||
#ifndef _WM9712_H
|
||||
#define _WM9712_H
|
||||
|
||||
#define WM9712_DAI_AC97_HIFI 0
|
||||
#define WM9712_DAI_AC97_AUX 1
|
||||
|
||||
extern struct snd_soc_codec_dai wm9712_dai[2];
|
||||
extern struct snd_soc_codec_device soc_codec_dev_wm9712;
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user