1
0
Fork 0

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>
pull/10/head
Shengjiu Wang 2018-07-11 12:44:04 +08:00 committed by Jason Liu
parent 3798575d71
commit 766d0e17bc
1 changed files with 1 additions and 1 deletions

View File

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