diff options
author | Zidan Wang <zidan.wang@freescale.com> | 2015-05-12 14:58:50 +0800 |
---|---|---|
committer | Sasha Levin <sasha.levin@oracle.com> | 2015-06-10 13:42:12 -0400 |
commit | 53456d8b6c8acf15f0684dc4548a5bad9d4db85f (patch) | |
tree | 8876d3dab1393eca88f170f2a053929d8f353ad5 /sound | |
parent | 31158f180bda2d8c4b2caf24854210bad08d3c79 (diff) |
ASoC: wm8994: correct BCLK DIV 348 to 384
[ Upstream commit 17fc2e0a3db11889e942c5ab15a1fcb876638f25 ]
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>
Signed-off-by: Mark Brown <broonie@kernel.org>
Cc: stable@vger.kernel.org
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Diffstat (limited to 'sound')
-rw-r--r-- | 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 1fcb9f3f3097..e5f14c878636 100644 --- a/sound/soc/codecs/wm8994.c +++ b/sound/soc/codecs/wm8994.c @@ -2753,7 +2753,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[] = { |