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

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

ASoC: wm8994: Fix typo in VMID ramp setting



The VMID ramp rate is supposed to be 0x3, not 11b. Fix that.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Cc: stable@vger.kernel.org
parent db966f8a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -785,7 +785,7 @@ static void vmid_reference(struct snd_soc_codec *codec)
				    WM8994_VMID_RAMP_MASK,
				    WM8994_STARTUP_BIAS_ENA |
				    WM8994_VMID_BUF_ENA |
				    (0x11 << WM8994_VMID_RAMP_SHIFT));
				    (0x3 << WM8994_VMID_RAMP_SHIFT));

		/* Main bias enable, VMID=2x40k */
		snd_soc_update_bits(codec, WM8994_POWER_MANAGEMENT_1,