diff options
author | Javier Martin <javier.martin@vista-silicon.com> | 2011-03-02 08:52:32 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-03-04 13:21:08 -0500 |
commit | 1d471cd1261a44a3b28350bef7e5113a4609c106 (patch) | |
tree | 95337ac6974993dbb1fc4e956a93cf71a440ee94 /sound/soc/codecs/Kconfig | |
parent | 28e9ad921d3b7defd8940a3e30e8241c8ed734db (diff) |
ASoC: Add TI tlv320aic32x4 codec support.
This patch adds support for tlv320aic3205 and tlv320aic3254 codecs.
It doesn't include miniDSP support for aic3254.
Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Acked-by: Liam Girdwood <lrg@slimlogic.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 c04da1871297..82a46309ded6 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -40,6 +40,7 @@ config SND_SOC_ALL_CODECS | |||
40 | select SND_SOC_STAC9766 if SND_SOC_AC97_BUS | 40 | select SND_SOC_STAC9766 if SND_SOC_AC97_BUS |
41 | select SND_SOC_TLV320AIC23 if I2C | 41 | select SND_SOC_TLV320AIC23 if I2C |
42 | select SND_SOC_TLV320AIC26 if SPI_MASTER | 42 | select SND_SOC_TLV320AIC26 if SPI_MASTER |
43 | select SND_SOC_TVL320AIC32X4 if I2C | ||
43 | select SND_SOC_TLV320AIC3X if I2C | 44 | select SND_SOC_TLV320AIC3X if I2C |
44 | select SND_SOC_TPA6130A2 if I2C | 45 | select SND_SOC_TPA6130A2 if I2C |
45 | select SND_SOC_TLV320DAC33 if I2C | 46 | select SND_SOC_TLV320DAC33 if I2C |
@@ -206,6 +207,9 @@ config SND_SOC_TLV320AIC26 | |||
206 | tristate "TI TLV320AIC26 Codec support" if SND_SOC_OF_SIMPLE | 207 | tristate "TI TLV320AIC26 Codec support" if SND_SOC_OF_SIMPLE |
207 | depends on SPI | 208 | depends on SPI |
208 | 209 | ||
210 | config SND_SOC_TVL320AIC32X4 | ||
211 | tristate | ||
212 | |||
209 | config SND_SOC_TLV320AIC3X | 213 | config SND_SOC_TLV320AIC3X |
210 | tristate | 214 | tristate |
211 | 215 | ||