asoc: qcs405: Fix cpu dai node of VI sense dailink

In qcs405 machine driver, update cpu dai node name
to use same name as defined in dai q6 driver.

Change-Id: I21baf5445bb35c0cc8e030436cfd310c91168ea1
Signed-off-by: Laxminath Kasam <lkasam@codeaurora.org>
This commit is contained in:
Laxminath Kasam
2018-07-27 17:55:25 +05:30
parent 1fdb5b3e3f
commit 706e66e16e

View File

@@ -5725,7 +5725,7 @@ static struct snd_soc_dai_link msm_bolero_fe_dai_links[] = {
{
.name = LPASS_BE_WSA_CDC_DMA_TX_0,
.stream_name = "WSA CDC DMA0 Capture",
.cpu_dai_name = "msm-dai-cdc-dma.45057",
.cpu_dai_name = "msm-dai-cdc-dma-dev.45057",
.platform_name = "msm-pcm-hostless",
.codec_name = "bolero_codec",
.codec_dai_name = "wsa_macro_vifeedback",