diff options
author | Vinod G <vinodg@nvidia.com> | 2011-09-19 10:57:23 -0700 |
---|---|---|
committer | Rohan Somvanshi <rsomvanshi@nvidia.com> | 2011-09-20 06:02:55 -0700 |
commit | 106fb08aa882d53999fec66ba9eeaab2f30af0ca (patch) | |
tree | aaa033615d392d0bc4998c2345dac38eb57778e1 /sound/soc/codecs/Kconfig | |
parent | 6be4ec9c40e6422b015ad92de67fb9488ccfcd48 (diff) |
arm: tegra: asoc: Adding aic3262 codec drivertegra-10.11.16
Adding the codec driver for aic3262 codec
bug 816608
Change-Id: I31ebb5e34e1b4f8bcef7db7c20163f6f44d2e783
Reviewed-on: http://git-master/r/53254
Reviewed-by: Vinod Gopalakrishnakurup <vinodg@nvidia.com>
Tested-by: Vinod Gopalakrishnakurup <vinodg@nvidia.com>
Reviewed-by: Scott Peterson <speterson@nvidia.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 cf3fe9b7b12e..8a842aae0d35 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -34,6 +34,7 @@ config SND_SOC_ALL_CODECS select SND_SOC_TLV320AIC23 if I2C select SND_SOC_TLV320AIC26 if SPI_MASTER select SND_SOC_TLV320AIC3X if I2C + select SND_SOC_TLV320AIC326X if I2C select SND_SOC_TPA6130A2 if I2C select SND_SOC_TLV320DAC33 if I2C select SND_SOC_TWL4030 if TWL4030_CORE @@ -172,6 +173,9 @@ config SND_SOC_TLV320AIC26 config SND_SOC_TLV320AIC3X tristate +config SND_SOC_TLV320AIC326X + tristate "TI AIC326x Codec" + config SND_SOC_TLV320DAC33 tristate |