aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/Kconfig
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2008-08-26 08:05:27 -0400
committerJaroslav Kysela <perex@perex.cz>2008-08-29 04:05:47 -0400
commitf1c0a02f32f86f604d811876e748a405c68cc57d (patch)
tree6db6e774ad7210bfc118dba30b9d4016dbc479e7 /sound/soc/codecs/Kconfig
parentd67f49b0211ff6cc2192bef884cb7b27acb32c56 (diff)
ALSA: ASoC: Add WM8903 CODEC driver
The WM8903 is a high performance ultra-low power stereo CODEC optimised for portable audio applications. Features include: * 5mW power consumption for DAC to headphone playback * Stereo DAC SNR 96dB typical, THD -86dB typical * Stereo ADC SNR 93dB typical, THD -80dB typical * Up to 3 single ended inputs per stereo channel * Up to 2 pseudo differential inputs per stereo channel * Up to 1 fully differential mic input per stereo channel * Digital Dynamic Range Controller (compressor/limiter) * Digital sidetone mixing 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/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index eb79c5cab47a..5d77dc3e6bf3 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -10,6 +10,7 @@ config SND_SOC_ALL_CODECS
10 select SND_SOC_WM8750 10 select SND_SOC_WM8750
11 select SND_SOC_WM8753 11 select SND_SOC_WM8753
12 select SND_SOC_WM8900 12 select SND_SOC_WM8900
13 select SND_SOC_WM8903
13 select SND_SOC_WM8990 14 select SND_SOC_WM8990
14 select SND_SOC_CS4270 15 select SND_SOC_CS4270
15 select SND_SOC_TLV320AIC26 16 select SND_SOC_TLV320AIC26
@@ -54,6 +55,9 @@ config SND_SOC_WM8753
54config SND_SOC_WM8900 55config SND_SOC_WM8900
55 tristate 56 tristate
56 57
58config SND_SOC_WM8903
59 tristate
60
57config SND_SOC_WM8990 61config SND_SOC_WM8990
58 tristate 62 tristate
59 63