diff options
author | Arnaud Patard (Rtp) <arnaud.patard@rtp-net.org> | 2010-10-21 13:40:02 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-10-21 16:51:13 -0400 |
commit | 6f4bc952c60b26ecfcb013fb9a7e9474023e046e (patch) | |
tree | 1d85312033eeab9393d1905cf342bf8f1ac6e474 /sound/soc/codecs/Kconfig | |
parent | 4428bc0990ba545e2ef0dea8ec1b90c256b22958 (diff) |
ASoC: add support for alc562[123] codecs
This patch is adding support for alc562[123] codecs. It's based
on the source code available in HP source code and other places.
Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 94a9d06b9027..658cbe07fb72 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -22,6 +22,7 @@ config SND_SOC_ALL_CODECS | |||
22 | select SND_SOC_AK4535 if I2C | 22 | select SND_SOC_AK4535 if I2C |
23 | select SND_SOC_AK4642 if I2C | 23 | select SND_SOC_AK4642 if I2C |
24 | select SND_SOC_AK4671 if I2C | 24 | select SND_SOC_AK4671 if I2C |
25 | select SND_SOC_ALC562 if I2C | ||
25 | select SND_SOC_CQ0093VC if MFD_DAVINCI_VOICECODEC | 26 | select SND_SOC_CQ0093VC if MFD_DAVINCI_VOICECODEC |
26 | select SND_SOC_CS42L51 if I2C | 27 | select SND_SOC_CS42L51 if I2C |
27 | select SND_SOC_CS4270 if I2C | 28 | select SND_SOC_CS4270 if I2C |
@@ -129,6 +130,9 @@ config SND_SOC_AK4642 | |||
129 | config SND_SOC_AK4671 | 130 | config SND_SOC_AK4671 |
130 | tristate | 131 | tristate |
131 | 132 | ||
133 | config SND_SOC_ALC5623 | ||
134 | tristate | ||
135 | |||
132 | config SND_SOC_CQ0093VC | 136 | config SND_SOC_CQ0093VC |
133 | tristate | 137 | tristate |
134 | 138 | ||
@@ -317,3 +321,4 @@ config SND_SOC_WM2000 | |||
317 | 321 | ||
318 | config SND_SOC_WM9090 | 322 | config SND_SOC_WM9090 |
319 | tristate | 323 | tristate |
324 | |||