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

Commit f4c4fefd authored by Meng Wang's avatar Meng Wang
Browse files

ASoc: msm: mark LINEOUT as ignoring suspend



When third party speaker is connected to lineout and device gets
suspended, LINEOUT should ignore suspend, otherwise speaker would
have no sound.

CRs-Fixed: 1038574
Change-Id: Ie565709d15d47188be8dec65f322c4a75e996c94
Signed-off-by: default avatarMeng Wang <mwang@codeaurora.org>
parent b79cfe22
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1582,6 +1582,7 @@ static int msm_audrx_init(struct snd_soc_pcm_runtime *rtd)
	snd_soc_dapm_ignore_suspend(dapm, "DMIC1");
	snd_soc_dapm_ignore_suspend(dapm, "DMIC2");
	snd_soc_dapm_ignore_suspend(dapm, "WSA_SPK OUT");
	snd_soc_dapm_ignore_suspend(dapm, "LINEOUT");

	snd_soc_dapm_sync(dapm);