diff options
author | Takashi Iwai | 2013-02-16 15:48:48 +0100 |
---|---|---|
committer | Takashi Iwai | 2013-02-16 15:48:48 +0100 |
commit | c881f80ba8c50a1f7697dac360210337808d7774 (patch) | |
tree | 1789ac393f37ba74e7a1b8d87851a08558ec78d6 /sound/soc/codecs/Kconfig | |
parent | f3c90242a3b9e32f510229c4c1313df6ca7f1667 (diff) | |
parent | 54759313ececcbd07e43fad75e0683e39a1f2a25 (diff) |
Merge tag 'asoc-3.9-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-next
ASoC: Final updates for v3.9
A few more updates from the past week - a new driver from Dialog and
some small fixes and tweaks.
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 615c47889092..133025fbb6d4 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -36,6 +36,7 @@ config SND_SOC_ALL_CODECS select SND_SOC_CS4271 if SND_SOC_I2C_AND_SPI select SND_SOC_CX20442 select SND_SOC_DA7210 if I2C + select SND_SOC_DA7213 if I2C select SND_SOC_DA732X if I2C select SND_SOC_DA9055 if I2C select SND_SOC_DFBMCS320 @@ -247,6 +248,9 @@ config SND_SOC_L3 config SND_SOC_DA7210 tristate +config SND_SOC_DA7213 + tristate + config SND_SOC_DA732X tristate |