mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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>
This commit is contained in:
parent
85a5c134cf
commit
a9fee8d4c4
1 changed files with 1 additions and 1 deletions
|
@ -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[] = {
|
||||
|
|
Loading…
Reference in a new issue