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