ASoC: omap-hdmi-codec: make the driver common for other SoCs
authorBarry Song <21cnbao@gmail.com>
Thu, 16 May 2013 06:08:07 +0000 (14:08 +0800)
committerMark Brown <broonie@linaro.org>
Wed, 5 Jun 2013 15:54:55 +0000 (16:54 +0100)
commitbf7c6e6ccbde22c96c5c1e5cec08740c31229df1
tree87929324d79e2ac4c0cc30d248237b0a2f2ebc2b
parentd683b96b072dc4680fc74964eca77e6a23d1fa6e
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>
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/hdmi.c [moved from sound/soc/codecs/omap-hdmi.c with 69% similarity]
sound/soc/omap/omap-hdmi-card.c