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

Commit 3df4228d authored by Xiaojun Sang's avatar Xiaojun Sang
Browse files

ASoC: msm: add dailink for sdm845 VI recording



add a new dailink for VI sense signal recording on sdm845.

Change-Id: Ibbeb09cbdee6faaf1be3735ad4ff2d7180657707
Signed-off-by: default avatarXiaojun Sang <xsang@codeaurora.org>
parent 1fd6e206
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -5429,6 +5429,22 @@ static struct snd_soc_dai_link msm_tavil_be_dai_links[] = {
		.ignore_pmdown_time = 1,
		.ignore_suspend = 1,
	},
	/* Slimbus VI Recording */
	{
		.name = LPASS_BE_SLIMBUS_TX_VI,
		.stream_name = "Slimbus4 Capture",
		.cpu_dai_name = "msm-dai-q6-dev.16393",
		.platform_name = "msm-pcm-routing",
		.codec_name = "tavil_codec",
		.codec_dai_name = "tavil_vifeedback",
		.id = MSM_BACKEND_DAI_SLIMBUS_4_TX,
		.be_hw_params_fixup = msm_be_hw_params_fixup,
		.ops = &msm_be_ops,
		.ignore_suspend = 1,
		.no_pcm = 1,
		.dpcm_capture = 1,
		.ignore_pmdown_time = 1,
	},
};

static struct snd_soc_dai_link msm_wcn_be_dai_links[] = {