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

Commit 6b9fab60 authored by Vatsal Bucha's avatar Vatsal Bucha
Browse files

ASoC: Fix DMIC3&4 mute in voice call during APSS sleep



During voice call, APPS can go to suspend state. Add DMIC3/4
to ignore_suspend list to avoid mute during voice calls.

CRs-Fixed: 2258521
Change-Id: I023858c1c98fd8032f535d414378a984c5fb5110
Signed-off-by: default avatarVatsal Bucha <vbucha@codeaurora.org>
parent f5733a61
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1364,6 +1364,8 @@ static int msm_audrx_init(struct snd_soc_pcm_runtime *rtd)
	snd_soc_dapm_ignore_suspend(dapm, "Secondary Mic");
	snd_soc_dapm_ignore_suspend(dapm, "Digital Mic1");
	snd_soc_dapm_ignore_suspend(dapm, "Digital Mic2");
	snd_soc_dapm_ignore_suspend(dapm, "Digital Mic3");
	snd_soc_dapm_ignore_suspend(dapm, "Digital Mic4");

	snd_soc_dapm_ignore_suspend(dapm, "EAR");
	snd_soc_dapm_ignore_suspend(dapm, "HEADPHONE");