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:
@@ -1132,6 +1132,7 @@ mbhc_cfg_cal:
|
|||||||
__func__, ret);
|
__func__, ret);
|
||||||
goto err_hs_detect;
|
goto err_hs_detect;
|
||||||
}
|
}
|
||||||
|
msm_common_dai_link_init(rtd);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
err_hs_detect:
|
err_hs_detect:
|
||||||
|
Reference in New Issue
Block a user