From 31e6c7140d66e15846124532ff435db95b15d5f2 Mon Sep 17 00:00:00 2001 From: Shengjiu Wang Date: Wed, 11 Jul 2018 12:44:04 +0800 Subject: MLK-18105: ASoC: imx-hdmi: fix no sound card issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The codec dai name is changed in 4.14,so the machine driver need to be updated Signed-off-by: Shengjiu Wang Reviewed-by: Daniel Baluta --- sound/soc/fsl/imx-hdmi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/soc/fsl/imx-hdmi.c') diff --git a/sound/soc/fsl/imx-hdmi.c b/sound/soc/fsl/imx-hdmi.c index e99a1ed81956..ab37faddcb1f 100644 --- a/sound/soc/fsl/imx-hdmi.c +++ b/sound/soc/fsl/imx-hdmi.c @@ -26,7 +26,7 @@ static struct snd_soc_dai_link imx_hdmi_dai_link = { .name = "i.MX HDMI Audio Tx", .stream_name = "i.MX HDMI Audio Tx", - .codec_dai_name = "hdmi-hifi.0", + .codec_dai_name = "i2s-hifi", .codec_name = "hdmi-audio-codec", .platform_name = "imx-hdmi-audio", }; -- cgit v1.2.3