Skip to content
Snippets Groups Projects
Commit 395e4b73 authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: Explicitly disable DC servo on WM hubs headphone powerdown

parent 8a0bbbeb
No related branches found
No related tags found
No related merge requests found
......@@ -410,6 +410,8 @@ static int hp_event(struct snd_soc_dapm_widget *w,
WM8993_HPOUT1L_DLY |
WM8993_HPOUT1R_DLY, 0);
snd_soc_write(codec, WM8993_DC_SERVO_0, 0);
snd_soc_update_bits(codec, WM8993_POWER_MANAGEMENT_1,
WM8993_HPOUT1L_ENA | WM8993_HPOUT1R_ENA,
0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment