summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",
};