ASoC: lahaina: Add msm_common_dai_link_init for missing dai_link

RX_0 dai_link from RXTX macro was missing msm_common_dai_link_init
this lead to failure in setting up the hardware endpoint.
Add msm_common_dai_link_init to happen as a part of msm_aux_codec_init.

Change-Id: I73287dc80e5eba95e12b11cd446912b3e5207265
This commit is contained in:
Ashish Jain
2020-07-02 18:12:06 +05:30
父節點 dacb2cc698
當前提交 7a7a5a1f9a

查看文件

@@ -1132,6 +1132,7 @@ mbhc_cfg_cal:
__func__, ret);
goto err_hs_detect;
}
msm_common_dai_link_init(rtd);
return 0;
err_hs_detect: