From 760cdbbc1982973b818b5e925d958df2fd80c263 Mon Sep 17 00:00:00 2001 From: Xing Zheng Date: Sat, 27 May 2023 18:13:24 +0800 Subject: [PATCH] ASoC: es8323: fix 32kHz coeff configurations Signed-off-by: Xing Zheng Change-Id: I2f74a42dd133c40e90b29b872f41d1d501913d8e --- sound/soc/codecs/es8323.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/codecs/es8323.c b/sound/soc/codecs/es8323.c index 4fc6bc5d5ed7..5ffdbe3b5f99 100644 --- a/sound/soc/codecs/es8323.c +++ b/sound/soc/codecs/es8323.c @@ -382,8 +382,8 @@ static const struct _coeff_div coeff_div[] = { {12000000, 22050, 544, 0x6, 0x1}, /* 32k */ - {8192000, 16000, 256, 0x2, 0x0}, - {16384000, 16000, 512, 0x4, 0x0}, + {8192000, 32000, 256, 0x2, 0x0}, + {16384000, 32000, 512, 0x4, 0x0}, {12288000, 32000, 384, 0x3, 0x0}, {18432000, 32000, 576, 0x5, 0x0}, {12000000, 32000, 375, 0x4, 0x1},