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@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, };