diff options
author | Barry Song <21cnbao@gmail.com> | 2013-05-16 14:08:07 +0800 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-06-05 16:54:55 +0100 |
commit | bf7c6e6ccbde22c96c5c1e5cec08740c31229df1 (patch) | |
tree | 87929324d79e2ac4c0cc30d248237b0a2f2ebc2b /sound/soc/omap | |
parent | d683b96b072dc4680fc74964eca77e6a23d1fa6e (diff) | |
download | op-kernel-dev-bf7c6e6ccbde22c96c5c1e5cec08740c31229df1.zip op-kernel-dev-bf7c6e6ccbde22c96c5c1e5cec08740c31229df1.tar.gz |
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/omap')
-rw-r--r-- | sound/soc/omap/omap-hdmi-card.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/omap/omap-hdmi-card.c b/sound/soc/omap/omap-hdmi-card.c index d4eaa92..7e66e9c 100644 --- a/sound/soc/omap/omap-hdmi-card.c +++ b/sound/soc/omap/omap-hdmi-card.c @@ -35,7 +35,7 @@ static struct snd_soc_dai_link omap_hdmi_dai = { .cpu_dai_name = "omap-hdmi-audio-dai", .platform_name = "omap-pcm-audio", .codec_name = "hdmi-audio-codec", - .codec_dai_name = "omap-hdmi-hifi", + .codec_dai_name = "hdmi-hifi", }; static struct snd_soc_card snd_soc_omap_hdmi = { |