Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 706e66e1 authored by Laxminath Kasam's avatar Laxminath Kasam
Browse files

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: default avatarLaxminath Kasam <lkasam@codeaurora.org>
parent 1fdb5b3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",