[alsa-devel] [PATCH 2/3] ASoC: OMAP: HDMI: Update codec name
Ricardo Neri
ricardo.neri at ti.com
Sun Feb 12 01:23:16 CET 2012
Update codec name in the machine driver. This is required as the
driver name of the HDMI ASoC codec has changed.
Signed-off-by: Ricardo Neri <ricardo.neri at ti.com>
---
sound/soc/omap/omap4-hdmi-card.c | 2 +-
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 28d689b..c320148 100644
--- a/sound/soc/omap/omap4-hdmi-card.c
+++ b/sound/soc/omap/omap4-hdmi-card.c
@@ -67,7 +67,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,
};
--
1.7.0.4
More information about the Alsa-devel
mailing list