Skip to content

Commit

Permalink
ASoC: wm8994: Use slow start for VMID
Browse files Browse the repository at this point in the history
Improves performance on power up.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Feb 15, 2012
1 parent da15787 commit 65f01ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/wm8994.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 65f01ef

Please sign in to comment.