Message ID | db8ef4eba13e06c27b1da3762fdbd79be3afac2a.1431413323.git.zidan.wang@freescale.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 17fc2e0a3db11889e942c5ab15a1fcb876638f25 |
Headers | show |
On Tue, May 12, 2015 at 02:58:50PM +0800, Zidan Wang wrote: > According to the RM of wm8958, BCLK DIV 348 doesn't exist, correct it > to 384. > > Signed-off-by: Zidan Wang <zidan.wang@freescale.com> > --- Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Thanks, Charles
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c index 2d32b54..33bf663 100644 --- a/sound/soc/codecs/wm8994.c +++ b/sound/soc/codecs/wm8994.c @@ -2752,7 +2752,7 @@ static struct { }; static int fs_ratios[] = { - 64, 128, 192, 256, 348, 512, 768, 1024, 1408, 1536 + 64, 128, 192, 256, 384, 512, 768, 1024, 1408, 1536 }; static int bclk_divs[] = {
According to the RM of wm8958, BCLK DIV 348 doesn't exist, correct it to 384. Signed-off-by: Zidan Wang <zidan.wang@freescale.com> --- sound/soc/codecs/wm8994.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)