提交 e85b26ce 编写于 作者: M Mark Brown

ASoC: wm8994: Actively discharge VMID when not in use

Ensure we're in a known state when we restart.
Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册