Browse Source

Merge "asoc: qcs405: add ignore_suspend for lineout booster"

qctecmdr 5 years ago
parent
commit
e7ca2c922b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      asoc/qcs405.c

+ 1 - 0
asoc/qcs405.c

@@ -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);