mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
ASoC: wm8994: Fix typo in VMID ramp setting
The VMID ramp rate is supposed to be 0x3, not 11b. Fix that. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Cc: stable@vger.kernel.org
This commit is contained in:
parent
db966f8abb
commit
f647e1526f
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user