diff options
author | Adam Thomson <Adam.Thomson.Opensource@diasemi.com> | 2013-02-14 07:02:51 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-02-14 12:27:17 -0500 |
commit | ef5c2eba2412596f1a022c11caf74428bffd9abe (patch) | |
tree | 9aec37d5d92c31106303231142f4286ddada0663 /sound/soc/codecs/Kconfig | |
parent | 836dc9e3fbbab0c30aa6e664417225f5c1fb1c39 (diff) |
ASoC: codecs: Add da7213 codec
This patch adds support for the Dialog DA7213 audio codec.
Signed-off-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.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 3a847828932a..751476aa7814 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -36,6 +36,7 @@ config SND_SOC_ALL_CODECS | |||
36 | select SND_SOC_CS4271 if SND_SOC_I2C_AND_SPI | 36 | select SND_SOC_CS4271 if SND_SOC_I2C_AND_SPI |
37 | select SND_SOC_CX20442 | 37 | select SND_SOC_CX20442 |
38 | select SND_SOC_DA7210 if I2C | 38 | select SND_SOC_DA7210 if I2C |
39 | select SND_SOC_DA7213 if I2C | ||
39 | select SND_SOC_DA732X if I2C | 40 | select SND_SOC_DA732X if I2C |
40 | select SND_SOC_DA9055 if I2C | 41 | select SND_SOC_DA9055 if I2C |
41 | select SND_SOC_DFBMCS320 | 42 | select SND_SOC_DFBMCS320 |
@@ -247,6 +248,9 @@ config SND_SOC_L3 | |||
247 | config SND_SOC_DA7210 | 248 | config SND_SOC_DA7210 |
248 | tristate | 249 | tristate |
249 | 250 | ||
251 | config SND_SOC_DA7213 | ||
252 | tristate | ||
253 | |||
250 | config SND_SOC_DA732X | 254 | config SND_SOC_DA732X |
251 | tristate | 255 | tristate |
252 | 256 | ||