The init func of rxtx-rx1 virt dailink should be same with rxtx-rx1 dailink. Change-Id: I62008bfb742d6c6b818b1b4dbce6d521229d0369 Signed-off-by: Faiz Kuchay <[email protected]> (cherry picked from commit a1e8d2ab44e592b76bfa1b2e479982af58d75fd0)
@@ -1004,7 +1004,7 @@ static struct snd_soc_dai_link msm_rx_tx_cdc_dma_be_dai_links[] = {
.ignore_suspend = 1,
.ops = &msm_common_be_ops,
SND_SOC_DAILINK_REG(rx_dma_rx1),
- .init = &msm_rx_tx_codec_init,
+ .init = &msm_int_wsa881x_init,
},
};