Re: [PATCH] ASoC: fsl_asrc: use internal measured ratio for non-ideal ratio mode

2025-06-30 Thread Mark Brown
On Wed, 25 Jun 2025 10:05:04 +0800, Shengjiu Wang wrote: > When USRC=0, there is underrun issue for the non-ideal ratio mode; > according to the reference mannual, the internal measured ratio can be > used with USRC=1 and IDRC=0. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git

Re: [PATCH] ASoC: fsl_asrc: use internal measured ratio for non-ideal ratio mode

2025-06-26 Thread Daniel Baluta
On Wed, Jun 25, 2025 at 5:07 AM Shengjiu Wang wrote: > > When USRC=0, there is underrun issue for the non-ideal ratio mode; > according to the reference mannual, the internal measured ratio can be > used with USRC=1 and IDRC=0. > > Fixes: d0250cf4f2ab ("ASoC: fsl_asrc: Add an option to select inte

[PATCH] ASoC: fsl_asrc: use internal measured ratio for non-ideal ratio mode

2025-06-24 Thread Shengjiu Wang
When USRC=0, there is underrun issue for the non-ideal ratio mode; according to the reference mannual, the internal measured ratio can be used with USRC=1 and IDRC=0. Fixes: d0250cf4f2ab ("ASoC: fsl_asrc: Add an option to select internal ratio mode") Signed-off-by: Shengjiu Wang --- sound/soc/f