diff options
author | Neil Jones <neiljay@gmail.com> | 2009-11-02 10:14:17 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-11-02 10:24:19 -0500 |
commit | 89933dee5b17c09f2673c2bfd853625a848f91f5 (patch) | |
tree | b0905b16cec48df48e905a0d6f27ba82a60c16c6 /sound/soc/codecs/Kconfig | |
parent | 0f83d639d84c99a775c60696dbde77372c2cf4ac (diff) |
ASoC: Add support for the WM8727 DAC.
Add support for the Wolfson Microelectronics WM8727 DAC, this is a simple
non-configurable DAC.
Signed-off-by: Neil Jones <neil.jones@imgtec.com>
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 3df3497335bf..4a3e8dcf24d9 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -40,6 +40,7 @@ config SND_SOC_ALL_CODECS | |||
40 | select SND_SOC_WM8523 if I2C | 40 | select SND_SOC_WM8523 if I2C |
41 | select SND_SOC_WM8580 if I2C | 41 | select SND_SOC_WM8580 if I2C |
42 | select SND_SOC_WM8711 if SND_SOC_I2C_AND_SPI | 42 | select SND_SOC_WM8711 if SND_SOC_I2C_AND_SPI |
43 | select SND_SOC_WM8727 | ||
43 | select SND_SOC_WM8728 if SND_SOC_I2C_AND_SPI | 44 | select SND_SOC_WM8728 if SND_SOC_I2C_AND_SPI |
44 | select SND_SOC_WM8731 if SND_SOC_I2C_AND_SPI | 45 | select SND_SOC_WM8731 if SND_SOC_I2C_AND_SPI |
45 | select SND_SOC_WM8750 if SND_SOC_I2C_AND_SPI | 46 | select SND_SOC_WM8750 if SND_SOC_I2C_AND_SPI |
@@ -174,6 +175,9 @@ config SND_SOC_WM8580 | |||
174 | config SND_SOC_WM8711 | 175 | config SND_SOC_WM8711 |
175 | tristate | 176 | tristate |
176 | 177 | ||
178 | config SND_SOC_WM8727 | ||
179 | tristate | ||
180 | |||
177 | config SND_SOC_WM8728 | 181 | config SND_SOC_WM8728 |
178 | tristate | 182 | tristate |
179 | 183 | ||