aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/omap/omap4-hdmi-card.c
diff options
context:
space:
mode:
authorAxel Castaneda Gonzalez <x0055901@ti.com>2011-07-13 13:34:51 -0500
committerSimon Wilson <simonwilson@google.com>2011-09-11 18:38:37 -0700
commit5e57d5db2909e4748d0b9aab4e5d84ffd1d0b88a (patch)
treed33c6f60597af175a78bb4fcf68cd4c340ea675b /sound/soc/omap/omap4-hdmi-card.c
parentc0c094500862a5edbd3d60b68142fb703e0ac56c (diff)
downloadkernel_samsung_tuna-5e57d5db2909e4748d0b9aab4e5d84ffd1d0b88a.zip
kernel_samsung_tuna-5e57d5db2909e4748d0b9aab4e5d84ffd1d0b88a.tar.gz
kernel_samsung_tuna-5e57d5db2909e4748d0b9aab4e5d84ffd1d0b88a.tar.bz2
ASoC: HDMI: Move HDMI audio codec to soc/codec
Decouple HDMI audio codec support from HDMI DSS portion and add it to soc/codec. Change-Id: I6f803a002f2db28ebfdd73fdf710ddc693ae6be8 Signed-off-by: Axel Castaneda Gonzalez <x0055901@ti.com>
Diffstat (limited to 'sound/soc/omap/omap4-hdmi-card.c')
-rw-r--r--sound/soc/omap/omap4-hdmi-card.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/omap/omap4-hdmi-card.c b/sound/soc/omap/omap4-hdmi-card.c
index 9f32615..86c4832 100644
--- a/sound/soc/omap/omap4-hdmi-card.c
+++ b/sound/soc/omap/omap4-hdmi-card.c
@@ -66,7 +66,7 @@ static struct snd_soc_dai_link omap4_hdmi_dai = {
.stream_name = "HDMI",
.cpu_dai_name = "hdmi-audio-dai",
.platform_name = "omap-pcm-audio",
- .codec_name = "omapdss_hdmi",
+ .codec_name = "omap-hdmi-codec",
.codec_dai_name = "hdmi-audio-codec",
.ops = &omap4_hdmi_dai_ops,
};