Re: [PATCH] ASoC: wm8996: Fix wrong mask for setting WM8996_AIF_CLOCKING_2

From: Girdwood, Liam
Date: Fri Oct 21 2011 - 12:51:33 EST


On 21 October 2011 03:44, Axel Lin <axel.lin@xxxxxxxxx> wrote:
> Signed-off-by: Axel Lin <axel.lin@xxxxxxxxx>
> ---
> Âsound/soc/codecs/wm8996.c | Â Â2 +-
> Â1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/sound/soc/codecs/wm8996.c b/sound/soc/codecs/wm8996.c
> index 1d7b174..645c980 100644
> --- a/sound/soc/codecs/wm8996.c
> +++ b/sound/soc/codecs/wm8996.c
> @@ -1920,7 +1920,7 @@ static int wm8996_hw_params(struct snd_pcm_substream *substream,
> Â Â Â Âsnd_soc_update_bits(codec, lrclk_reg, WM8996_AIF1RX_RATE_MASK,
> Â Â Â Â Â Â Â Â Â Â Â Â Â Âlrclk);
> Â Â Â Âsnd_soc_update_bits(codec, WM8996_AIF_CLOCKING_2,
> - Â Â Â Â Â Â Â Â Â Â Â Â Â WM8996_DSP1_DIV_SHIFT << dsp_shift, dsp);
> + Â Â Â Â Â Â Â Â Â Â Â Â Â WM8996_DSP1_DIV_MASK << dsp_shift, dsp);
>
> Â Â Â Âreturn 0;
> Â}
> --
> 1.7.5.4
>

Acked-by: Liam Girdwood <lrg@xxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/