diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-08-04 12:06:45 +0100 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-08-06 15:40:17 +0200 |
commit | 0e0e16a87a0b973702feb572c2552d82e1aec5b9 (patch) | |
tree | eab346cfcd8617c938c107d942e183d6dc751c88 /sound/soc/codecs/Kconfig | |
parent | 8c650087992f1d7a3a7be2e632f4e85a52d20619 (diff) | |
download | linux-0e0e16a87a0b973702feb572c2552d82e1aec5b9.tar.gz linux-0e0e16a87a0b973702feb572c2552d82e1aec5b9.tar.bz2 linux-0e0e16a87a0b973702feb572c2552d82e1aec5b9.zip |
ALSA: ASoC: Add WM8900 CODEC driver
The WM8900 is designed for portable multimedia applications requiring
low power consumption, high performance audio and a compact form factor
providing:
- 24 bit stereo ADC and DAC
- Microphone and line inputs
- Line outputs
- Class G headphone amplifier
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 1c934230494f..d7bacf6c529c 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -8,6 +8,7 @@ config SND_SOC_ALL_CODECS select SND_SOC_WM8731 select SND_SOC_WM8750 select SND_SOC_WM8753 + select SND_SOC_WM8900 select SND_SOC_WM8990 select SND_SOC_CS4270 select SND_SOC_TLV320AIC26 @@ -46,6 +47,9 @@ config SND_SOC_WM8750 config SND_SOC_WM8753 tristate +config SND_SOC_WM8900 + tristate + config SND_SOC_WM8990 tristate |