ASoC: es8323: fix 32kHz coeff configurations

Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
Change-Id: I2f74a42dd133c40e90b29b872f41d1d501913d8e
This commit is contained in:
Xing Zheng
2023-05-27 18:13:24 +08:00
committed by Tao Huang
parent e8913fed9f
commit 760cdbbc19

View File

@@ -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},