From 5e57d5db2909e4748d0b9aab4e5d84ffd1d0b88a Mon Sep 17 00:00:00 2001 From: Axel Castaneda Gonzalez Date: Wed, 13 Jul 2011 13:34:51 -0500 Subject: 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 --- sound/soc/omap/omap4-hdmi-card.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/soc/omap') 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, }; -- cgit v1.1