summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/fsl_asrc_m2m.c
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@freescale.com>2016-05-14 14:50:22 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 15:48:25 +0800
commit21859d28ffc44bdbd3ae5163637dae571321f004 (patch)
tree1ed6b259a5ee2d81d392c967056b74b95596e4f7 /sound/soc/fsl/fsl_asrc_m2m.c
parent98ba60a1730b499d5c5e8dde0a3f30f32337f973 (diff)
MLK-12794: ASoC: fsl_asrc: fix underrun issue when convert 192k to 96kHz.
The maximum divider of asrc clock is 1024, but there is no judgement for this limitaion in driver, which may cause the divider setting not correct. When IDEAL_RATIO_RATE 200kHZ, the cost time of conversion from 192kHz to 96kHz is 24ms every 1024 sample, but these sample's playback time is 1024/96=11ms, so there will be underrun. So need to enlarge this RATE. Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
Diffstat (limited to 'sound/soc/fsl/fsl_asrc_m2m.c')
0 files changed, 0 insertions, 0 deletions