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

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

ASoC: sm8150: enable widget WDMA3_OUT to ignore suspend



Widget WDMA3_OUT is used for WDSP SVA 2ch. Enable this
widget to ignore suspend to avoid WDSP SVA 2ch audio
routing pathes being shutdown in suspend mode.

Change-Id: I9a34ef3614eeb99d356192c70f1e1c79aaaced3c
Signed-off-by: default avatarXiaoyu Ye <benyxy@codeaurora.org>
parent 1de51265
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4019,6 +4019,7 @@ static int msm_audrx_init(struct snd_soc_pcm_runtime *rtd)
	snd_soc_dapm_ignore_suspend(dapm, "SPK2 OUT");
	snd_soc_dapm_ignore_suspend(dapm, "AIF4 VI");
	snd_soc_dapm_ignore_suspend(dapm, "VIINPUT");
	snd_soc_dapm_ignore_suspend(dapm, "WDMA3_OUT");

	if (!strcmp(dev_name(codec_dai->dev), "tavil_codec")) {
		snd_soc_dapm_ignore_suspend(dapm, "Headset Mic");