ASoC: es8323: fix 32kHz coeff configurations
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com> Change-Id: I2f74a42dd133c40e90b29b872f41d1d501913d8e
This commit is contained in:
parent
e8913fed9f
commit
760cdbbc19
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Reference in New Issue