summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/imx-hdmi.c
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@nxp.com>2018-07-11 12:44:04 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 15:52:37 +0800
commit31e6c7140d66e15846124532ff435db95b15d5f2 (patch)
treeec45d260e6f2d4bf1fc971e32eb9dd4f1418e5cb /sound/soc/fsl/imx-hdmi.c
parent6a7c25fc006498e657da089be51aba5407494282 (diff)
MLK-18105: ASoC: imx-hdmi: fix no sound card issue
The codec dai name is changed in 4.14,so the machine driver need to be updated Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com> Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
Diffstat (limited to 'sound/soc/fsl/imx-hdmi.c')
-rw-r--r--sound/soc/fsl/imx-hdmi.c2
1 files changed, 1 insertions, 1 deletions
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",
};