14 lines
421 B
Diff
14 lines
421 B
Diff
diff --git a/sound/soc/rockchip/rk3288_hdmi_analog.c b/sound/soc/rockchip/rk3288_hdmi_analog.c
|
|
index fa44e3901336..929b3fe289b0 100644
|
|
--- a/sound/soc/rockchip/rk3288_hdmi_analog.c
|
|
+++ b/sound/soc/rockchip/rk3288_hdmi_analog.c
|
|
@@ -155,7 +155,7 @@ static struct snd_soc_dai_link_component rk_codecs[] = {
|
|
{ },
|
|
{
|
|
.name = "hdmi-audio-codec.2.auto",
|
|
- .dai_name = "hdmi-hifi.0",
|
|
+ .dai_name = "i2s-hifi",
|
|
},
|
|
};
|
|
|