linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: wm8996: Fix wrong mask for setting WM8996_AIF_CLOCKING_2
@ 2011-10-21  2:44 Axel Lin
  2011-10-21 16:51 ` Girdwood, Liam
  2011-10-22  9:40 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Axel Lin @ 2011-10-21  2:44 UTC (permalink / raw)
  To: linux-kernel; +Cc: Mark Brown, Dimitris Papastamos, Liam Girdwood, alsa-devel

Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
 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




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ASoC: wm8996: Fix wrong mask for setting WM8996_AIF_CLOCKING_2
  2011-10-21  2:44 [PATCH] ASoC: wm8996: Fix wrong mask for setting WM8996_AIF_CLOCKING_2 Axel Lin
@ 2011-10-21 16:51 ` Girdwood, Liam
  2011-10-22  9:40 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Girdwood, Liam @ 2011-10-21 16:51 UTC (permalink / raw)
  To: Axel Lin; +Cc: linux-kernel, Mark Brown, Dimitris Papastamos, alsa-devel

On 21 October 2011 03:44, Axel Lin <axel.lin@gmail.com> wrote:
> Signed-off-by: Axel Lin <axel.lin@gmail.com>
> ---
>  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@ti.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ASoC: wm8996: Fix wrong mask for setting WM8996_AIF_CLOCKING_2
  2011-10-21  2:44 [PATCH] ASoC: wm8996: Fix wrong mask for setting WM8996_AIF_CLOCKING_2 Axel Lin
  2011-10-21 16:51 ` Girdwood, Liam
@ 2011-10-22  9:40 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2011-10-22  9:40 UTC (permalink / raw)
  To: Axel Lin; +Cc: linux-kernel, Dimitris Papastamos, Liam Girdwood, alsa-devel

On Fri, Oct 21, 2011 at 10:44:07AM +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin@gmail.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-10-22  9:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-21  2:44 [PATCH] ASoC: wm8996: Fix wrong mask for setting WM8996_AIF_CLOCKING_2 Axel Lin
2011-10-21 16:51 ` Girdwood, Liam
2011-10-22  9:40 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).