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

Commit 1ebf9cc5 authored by Surendar Karka's avatar Surendar Karka
Browse files

asoc: qcs405: add ignore_suspend for lineout booster



Apps is not able to enter into power suspend mode.
Adding lineout booster widget to ignore suspend

Change-Id: I220ff46465e0ad3d2b6852933e00331c055a26d6
Signed-off-by: default avatarSurendar Karka <skarka@codeaurora.org>
parent e25db41d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5272,6 +5272,7 @@ static int msm_audrx_init(struct snd_soc_pcm_runtime *rtd)
	snd_soc_dapm_ignore_suspend(dapm, "LINEOUT2");
	snd_soc_dapm_ignore_suspend(dapm, "Analog Mic3");
	snd_soc_dapm_ignore_suspend(dapm, "Analog Mic4");
	snd_soc_dapm_ignore_suspend(dapm, "lineout booster");

	snd_soc_dapm_sync(dapm);