diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-08-04 07:06:45 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-08-06 09:40:17 -0400 |
commit | 0e0e16a87a0b973702feb572c2552d82e1aec5b9 (patch) | |
tree | eab346cfcd8617c938c107d942e183d6dc751c88 /sound/soc/codecs/Kconfig | |
parent | 8c650087992f1d7a3a7be2e632f4e85a52d20619 (diff) |
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 | |||
8 | select SND_SOC_WM8731 | 8 | select SND_SOC_WM8731 |
9 | select SND_SOC_WM8750 | 9 | select SND_SOC_WM8750 |
10 | select SND_SOC_WM8753 | 10 | select SND_SOC_WM8753 |
11 | select SND_SOC_WM8900 | ||
11 | select SND_SOC_WM8990 | 12 | select SND_SOC_WM8990 |
12 | select SND_SOC_CS4270 | 13 | select SND_SOC_CS4270 |
13 | select SND_SOC_TLV320AIC26 | 14 | select SND_SOC_TLV320AIC26 |
@@ -46,6 +47,9 @@ config SND_SOC_WM8750 | |||
46 | config SND_SOC_WM8753 | 47 | config SND_SOC_WM8753 |
47 | tristate | 48 | tristate |
48 | 49 | ||
50 | config SND_SOC_WM8900 | ||
51 | tristate | ||
52 | |||
49 | config SND_SOC_WM8990 | 53 | config SND_SOC_WM8990 |
50 | tristate | 54 | tristate |
51 | 55 | ||