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

Commit 65f01ef0 authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: wm8994: Use slow start for VMID



Improves performance on power up.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent da157875
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -794,7 +794,7 @@ static void vmid_reference(struct snd_soc_codec *codec)
				    WM8994_BIAS_SRC |
				    WM8994_STARTUP_BIAS_ENA |
				    WM8994_VMID_BUF_ENA |
				    (0x3 << WM8994_VMID_RAMP_SHIFT));
				    (0x2 << WM8994_VMID_RAMP_SHIFT));

		wm_hubs_vmid_ena(codec);