diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-06-05 13:49:33 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-06-06 11:54:32 +0200 |
commit | f10485e79882bf09cf442a673511154987b43e3b (patch) | |
tree | d778a95b6d28e6b3a25c49d0208b40789df827e9 /sound/soc/codecs/Kconfig | |
parent | 5d421516670e8009436e299bd25cff1a6d3a4707 (diff) | |
download | kernel-crypto-f10485e79882bf09cf442a673511154987b43e3b.tar.gz kernel-crypto-f10485e79882bf09cf442a673511154987b43e3b.tar.xz kernel-crypto-f10485e79882bf09cf442a673511154987b43e3b.zip |
[ALSA] ASoC: Add WM8990 driver
The WM8990 is a highly integrated ultra-low power hi-fi codec designed
for handsets rich in multimedia features such as mobile TV, digital
audio playback and gaming.
The bulk of this driver was written by Liam Girdwood with some
additional development and updates for new ASoC APIs by me.
Signed-off-by: Liam Girdwood <lg@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index ef400b36344..f439138db84 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -17,6 +17,9 @@ config SND_SOC_WM8750 config SND_SOC_WM8753 tristate +config SND_SOC_WM8990 + tristate + config SND_SOC_WM9712 tristate |