mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
ASoC: es8323: fix 32kHz coeff configurations
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com> Change-Id: I2f74a42dd133c40e90b29b872f41d1d501913d8e
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user