diff options
author | Mikhail Durnev <mikhail_durnev@mentor.com> | 2021-03-16 14:47:35 +1000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-03-16 13:29:37 +0000 |
commit | 19c6a63ced5e07e40f3a5255cb1f0fe0d3be7b14 (patch) | |
tree | 4aadbd7582b262f523cbde3903b8a127f183874a /sound/soc/fsl | |
parent | 1d49439c04792a4a3d8299a32b7673ab7ba13b77 (diff) | |
download | linux-19c6a63ced5e07e40f3a5255cb1f0fe0d3be7b14.tar.bz2 |
ASoC: rsnd: core: Check convert rate in rsnd_hw_params
snd_pcm_hw_params_set_rate_near can return incorrect sample rate in
some cases, e.g. when the backend output rate is set to some value higher
than 48000 Hz and the input rate is 8000 Hz. So passing the value returned
by snd_pcm_hw_params_set_rate_near to snd_pcm_hw_params will result in
"FSO/FSI ratio error" and playing no audio at all while the userland
is not properly notified about the issue.
If SRC is unable to convert the requested sample rate to the sample rate
the backend is using, then the requested sample rate should be adjusted in
rsnd_hw_params. The userland will be notified about that change in the
returned hw_params structure.
Signed-off-by: Mikhail Durnev <mikhail_durnev@mentor.com>
Link: https://lore.kernel.org/r/1615870055-13954-1-git-send-email-mikhail_durnev@mentor.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/fsl')
0 files changed, 0 insertions, 0 deletions