aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/Kconfig
diff options
context:
space:
mode:
authorDaniel Mack <zonque@gmail.com>2013-03-08 06:07:28 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-03-08 06:49:22 -0500
commitcc289be8c913006a43275dfd8ed4ac56b43140a8 (patch)
tree67fd1138daa3781f65eb3fb7bf71ae05081c4cf2 /sound/soc/codecs/Kconfig
parent6dbe51c251a327e012439c4772097a13df43c5b8 (diff)
ASoC: Add codec driver for AK5386
Adds a driver for Asahi Kasei's AK5386 Single-ended 24-Bit 192kHz delta-sigma ADC. The device has no control port interface but an optional RESET/PDN GPIO pin. Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r--sound/soc/codecs/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index 45b72561c615..500f666c3875 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -26,6 +26,7 @@ config SND_SOC_ALL_CODECS
26 select SND_SOC_AK4641 if I2C 26 select SND_SOC_AK4641 if I2C
27 select SND_SOC_AK4642 if I2C 27 select SND_SOC_AK4642 if I2C
28 select SND_SOC_AK4671 if I2C 28 select SND_SOC_AK4671 if I2C
29 select SND_SOC_AK5386
29 select SND_SOC_ALC5623 if I2C 30 select SND_SOC_ALC5623 if I2C
30 select SND_SOC_ALC5632 if I2C 31 select SND_SOC_ALC5632 if I2C
31 select SND_SOC_CQ0093VC if MFD_DAVINCI_VOICECODEC 32 select SND_SOC_CQ0093VC if MFD_DAVINCI_VOICECODEC
@@ -203,6 +204,9 @@ config SND_SOC_AK4642
203config SND_SOC_AK4671 204config SND_SOC_AK4671
204 tristate 205 tristate
205 206
207config SND_SOC_AK5386
208 tristate
209
206config SND_SOC_ALC5623 210config SND_SOC_ALC5623
207 tristate 211 tristate
208config SND_SOC_ALC5632 212config SND_SOC_ALC5632