diff options
author | Ian Molton <ian@mnementh.co.uk> | 2009-01-16 06:04:18 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-01-16 11:40:25 -0500 |
commit | 2aceefefc891e85d336c1d95d9d89fd785f5d44c (patch) | |
tree | 56afe09e9d11f17b035284821a9fe1cf3590e812 /sound/soc/codecs/Kconfig | |
parent | ac37373b6463d32955c6ac6b753d5e5b0946a791 (diff) |
ASoC: Driver for the WM9705 AC97 codec.
This driver adds support for the wm9705 ac97 codec. The driver supports
audio input and output.
Signed-off-by: Ian Molton <ian@mnementh.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
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 d0e0d691ae51..cb5fcd605acc 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -34,6 +34,7 @@ config SND_SOC_ALL_CODECS | |||
34 | select SND_SOC_WM8903 if I2C | 34 | select SND_SOC_WM8903 if I2C |
35 | select SND_SOC_WM8971 if I2C | 35 | select SND_SOC_WM8971 if I2C |
36 | select SND_SOC_WM8990 if I2C | 36 | select SND_SOC_WM8990 if I2C |
37 | select SND_SOC_WM9705 if SND_SOC_AC97_BUS | ||
37 | select SND_SOC_WM9712 if SND_SOC_AC97_BUS | 38 | select SND_SOC_WM9712 if SND_SOC_AC97_BUS |
38 | select SND_SOC_WM9713 if SND_SOC_AC97_BUS | 39 | select SND_SOC_WM9713 if SND_SOC_AC97_BUS |
39 | help | 40 | help |
@@ -144,6 +145,9 @@ config SND_SOC_WM8971 | |||
144 | config SND_SOC_WM8990 | 145 | config SND_SOC_WM8990 |
145 | tristate | 146 | tristate |
146 | 147 | ||
148 | config SND_SOC_WM9705 | ||
149 | tristate | ||
150 | |||
147 | config SND_SOC_WM9712 | 151 | config SND_SOC_WM9712 |
148 | tristate | 152 | tristate |
149 | 153 | ||