diff options
author | Leon Romanovsky <leon@leon.nu> | 2011-11-05 06:38:02 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-10 07:00:35 -0500 |
commit | 94d5f7c0255bd712d68732a0180558d45fe6eac5 (patch) | |
tree | 61663a6dd14f9d9c83e2be395abd5a7a0b0a9533 /sound/soc/codecs/Kconfig | |
parent | d66a327ddad647fd1678fd24d9070846737c6834 (diff) |
ASoC: Add new Realtek ALC5632 CODEC driver
This driver implements basic functionality, using I²C for the control
channel.
Signed-off-by: Leon Romanovsky <leon@leon.nu>
Signed-off-by: Andrey Danin <danindrey@mail.ru>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 4584514d93d4..684cc1570689 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -26,6 +26,7 @@ config SND_SOC_ALL_CODECS | |||
26 | select SND_SOC_AK4642 if I2C | 26 | select SND_SOC_AK4642 if I2C |
27 | select SND_SOC_AK4671 if I2C | 27 | select SND_SOC_AK4671 if I2C |
28 | select SND_SOC_ALC5623 if I2C | 28 | select SND_SOC_ALC5623 if I2C |
29 | select SND_SOC_ALC5632 if I2C | ||
29 | select SND_SOC_CQ0093VC if MFD_DAVINCI_VOICECODEC | 30 | select SND_SOC_CQ0093VC if MFD_DAVINCI_VOICECODEC |
30 | select SND_SOC_CS42L51 if I2C | 31 | select SND_SOC_CS42L51 if I2C |
31 | select SND_SOC_CS4270 if I2C | 32 | select SND_SOC_CS4270 if I2C |
@@ -168,6 +169,8 @@ config SND_SOC_AK4671 | |||
168 | 169 | ||
169 | config SND_SOC_ALC5623 | 170 | config SND_SOC_ALC5623 |
170 | tristate | 171 | tristate |
172 | config SND_SOC_ALC5632 | ||
173 | tristate | ||
171 | 174 | ||
172 | config SND_SOC_CQ0093VC | 175 | config SND_SOC_CQ0093VC |
173 | tristate | 176 | tristate |