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

Commit 452a5fd6 authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: Allow active paths from the GSM modem while the GTA02 is suspended

parent 1547aba9
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -362,6 +362,14 @@ static int neo1973_gta02_wm8753_init(struct snd_soc_codec *codec)
	snd_soc_dapm_disable_pin(codec, "Handset Mic");
	snd_soc_dapm_disable_pin(codec, "Handset Spk");

	/* allow audio paths from the GSM modem to run during suspend */
	snd_soc_dapm_ignore_suspend(codec, "Stereo Out");
	snd_soc_dapm_ignore_suspend(codec, "GSM Line Out");
	snd_soc_dapm_ignore_suspend(codec, "GSM Line In");
	snd_soc_dapm_ignore_suspend(codec, "Headset Mic");
	snd_soc_dapm_ignore_suspend(codec, "Handset Mic");
	snd_soc_dapm_ignore_suspend(codec, "Handset Spk");

	snd_soc_dapm_sync(codec);

	return 0;