diff options
author | Barry Song <21cnbao@gmail.com> | 2013-05-16 02:08:07 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-06-05 11:54:55 -0400 |
commit | bf7c6e6ccbde22c96c5c1e5cec08740c31229df1 (patch) | |
tree | 87929324d79e2ac4c0cc30d248237b0a2f2ebc2b /sound/soc/codecs/Kconfig | |
parent | d683b96b072dc4680fc74964eca77e6a23d1fa6e (diff) |
ASoC: omap-hdmi-codec: make the driver common for other SoCs
to support HDMI on CSR SiRFprimaII and atlasVI, we need one more HDMI pseudo
codec, rather than add a new driver, we can make omap HDMI codec common for
other SoCs as well. then the omap-hdmi codec becomes a generic HDMI pseudo-
codec as HDMI audio features depend on HDMI specification not on SoCs.
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 2f45f00e31b0..d8c4f3dcf4a1 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -53,7 +53,7 @@ config SND_SOC_ALL_CODECS | |||
53 | select SND_SOC_MAX9877 if I2C | 53 | select SND_SOC_MAX9877 if I2C |
54 | select SND_SOC_MC13783 if MFD_MC13XXX | 54 | select SND_SOC_MC13783 if MFD_MC13XXX |
55 | select SND_SOC_ML26124 if I2C | 55 | select SND_SOC_ML26124 if I2C |
56 | select SND_SOC_OMAP_HDMI_CODEC if OMAP4_DSS_HDMI | 56 | select SND_SOC_HDMI_CODEC |
57 | select SND_SOC_PCM3008 | 57 | select SND_SOC_PCM3008 |
58 | select SND_SOC_RT5631 if I2C | 58 | select SND_SOC_RT5631 if I2C |
59 | select SND_SOC_SGTL5000 if I2C | 59 | select SND_SOC_SGTL5000 if I2C |
@@ -287,7 +287,7 @@ config SND_SOC_MAX98095 | |||
287 | config SND_SOC_MAX9850 | 287 | config SND_SOC_MAX9850 |
288 | tristate | 288 | tristate |
289 | 289 | ||
290 | config SND_SOC_OMAP_HDMI_CODEC | 290 | config SND_SOC_HDMI_CODEC |
291 | tristate | 291 | tristate |
292 | 292 | ||
293 | config SND_SOC_PCM3008 | 293 | config SND_SOC_PCM3008 |