aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/Kconfig
diff options
context:
space:
mode:
authorRicardo Neri <ricardo.neri@ti.com>2012-05-18 02:42:33 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-05-18 12:31:24 -0400
commit5452030c564686a3dafd355da5456fbeca1de111 (patch)
tree508e2192de74470311a74aa304c160a40a98957a /sound/soc/codecs/Kconfig
parent5fb86e5d4a951ddb0474cdfd809380c8e2a8d101 (diff)
ASoC: OMAP: HDMI: Introduce codec
Introduce codec for HDMI. At the moment, this is a dummy codec. In the future it will parse the EDID to modify the supported parameters, such as the number of channels and the sample rates. At the moment, it blindly supports all the sample rates and audio channels described in the HDMI 1.4a specification. Signed-off-by: Ricardo Neri <ricardo.neri@ti.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 22c686444633..1e1613a438dd 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -46,6 +46,7 @@ config SND_SOC_ALL_CODECS
46 select SND_SOC_MAX9877 if I2C 46 select SND_SOC_MAX9877 if I2C
47 select SND_SOC_MC13783 if MFD_MC13XXX 47 select SND_SOC_MC13783 if MFD_MC13XXX
48 select SND_SOC_ML26124 if I2C 48 select SND_SOC_ML26124 if I2C
49 select SND_SOC_OMAP_HDMI_CODEC if OMAP4_DSS_HDMI
49 select SND_SOC_PCM3008 50 select SND_SOC_PCM3008
50 select SND_SOC_RT5631 if I2C 51 select SND_SOC_RT5631 if I2C
51 select SND_SOC_SGTL5000 if I2C 52 select SND_SOC_SGTL5000 if I2C
@@ -236,6 +237,9 @@ config SND_SOC_MAX98095
236config SND_SOC_MAX9850 237config SND_SOC_MAX9850
237 tristate 238 tristate
238 239
240config SND_SOC_OMAP_HDMI_CODEC
241 tristate
242
239config SND_SOC_PCM3008 243config SND_SOC_PCM3008
240 tristate 244 tristate
241 245