Commit e85b26ce authored by Mark Brown's avatar Mark Brown

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
......@@ -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 |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment