diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-06-05 08:49:33 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-06-06 05:54:32 -0400 |
commit | f10485e79882bf09cf442a673511154987b43e3b (patch) | |
tree | d778a95b6d28e6b3a25c49d0208b40789df827e9 /sound/soc/codecs/Kconfig | |
parent | 5d421516670e8009436e299bd25cff1a6d3a4707 (diff) |
[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 ef400b363440..f439138db843 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -17,6 +17,9 @@ config SND_SOC_WM8750 | |||
17 | config SND_SOC_WM8753 | 17 | config SND_SOC_WM8753 |
18 | tristate | 18 | tristate |
19 | 19 | ||
20 | config SND_SOC_WM8990 | ||
21 | tristate | ||
22 | |||
20 | config SND_SOC_WM9712 | 23 | config SND_SOC_WM9712 |
21 | tristate | 24 | tristate |
22 | 25 | ||