[alsa-devel] [PATCH] ASoC: wm8994: Fix typo in VMID ramp setting

Liam Girdwood lrg at ti.com
Tue Feb 7 20:17:02 CET 2012


On Tue, 2012-02-07 at 19:02 +0000, Mark Brown wrote:
> The VMID ramp rate is supposed to be 3b, not 0x11. Fix that.
> 
> Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
> ---
>  sound/soc/codecs/wm8994.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c
> index 81795eb..b75a652 100644
> --- a/sound/soc/codecs/wm8994.c
> +++ b/sound/soc/codecs/wm8994.c
> @@ -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));

The commit message says 3b, so maybe a typo ?

Liam 




More information about the Alsa-devel mailing list