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

Commit e85b26ce authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: wm8994: Actively discharge VMID when not in use



Ensure we're in a known state when we restart.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent cc6d5a8c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -838,6 +838,10 @@ static void vmid_dereference(struct snd_soc_codec *codec)
				    WM8994_BIAS_ENA |
				    WM8994_VMID_SEL_MASK, 0);

		/* Discharge VMID */
		snd_soc_update_bits(codec, WM8994_ANTIPOP_2,
				    WM8994_VMID_DISCH, WM8994_VMID_DISCH);

		/* Discharge line */
		snd_soc_update_bits(codec, WM8994_ANTIPOP_1,
				    WM8994_LINEOUT1_DISCH |