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

Commit 52b9a676 authored by Xiaoyu Ye's avatar Xiaoyu Ye Committed by Gerrit - the friendly Code Review server
Browse files

asoc: sdm845: set flag ignore_pmdown_time for ultrasound RX DAI



During PCM closing, the AIF power down will be delayed due to flag
ignore_pmdown_time is not set. Set this flag for ultrasound RX DAI
to avoid delay in PCM close which causes slimbus overflow.

Change-Id: I5eeaceaacc5be0c200b50d1a7d0f211fa0d41f2b
Signed-off-by: default avatarXiaoyu Ye <benyxy@codeaurora.org>
parent 408ba7c7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5412,6 +5412,7 @@ static struct snd_soc_dai_link msm_tavil_fe_dai_links[] = {
		.codec_name = "tavil_codec",
		.codec_dai_name = "tavil_rx2",
		.ignore_suspend = 1,
		.ignore_pmdown_time = 1,
		.no_host_mode = SND_SOC_DAI_LINK_NO_HOST,
		.ops = &msm_slimbus_2_be_ops,
	},