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: Xiaoyu Ye <benyxy@codeaurora.org>
This commit is contained in:
Xiaoyu Ye
2017-11-30 15:42:11 -08:00
committed by Gerrit - the friendly Code Review server
szülő 408ba7c759
commit 52b9a67618

Fájl megtekintése

@@ -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,
},