diff options
author | Zidan Wang <zidan.wang@freescale.com> | 2015-05-12 14:58:50 +0800 |
---|---|---|
committer | Zefan Li <lizefan@huawei.com> | 2015-09-18 09:20:41 +0800 |
commit | a9fee8d4c45fa8b19f53bbe5f11249a9eac5f7d9 (patch) | |
tree | 7e07b1163b40669d89ffbf317c27bc9649c45657 /sound | |
parent | 85a5c134cf0009df213b147fa3d9992da99d8b4a (diff) | |
download | lwn-a9fee8d4c45fa8b19f53bbe5f11249a9eac5f7d9.tar.gz lwn-a9fee8d4c45fa8b19f53bbe5f11249a9eac5f7d9.zip |
ASoC: wm8994: correct BCLK DIV 348 to 384
commit 17fc2e0a3db11889e942c5ab15a1fcb876638f25 upstream.
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>
Signed-off-by: Zefan Li <lizefan@huawei.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 d9924d76f713..c93c573f967a 100644 --- a/sound/soc/codecs/wm8994.c +++ b/sound/soc/codecs/wm8994.c @@ -2636,7 +2636,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[] = { |