Эх сурвалжийг харах

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 <[email protected]>
Xiaoyu Ye 7 жил өмнө
parent
commit
52b9a67618
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      asoc/sdm845.c

+ 1 - 0
asoc/sdm845.c

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