[PATCH] ASoC: fsl_sai: fix incorrect mclk number in error message

2022-08-04 Thread Pieterjan Camerlynck
In commit ("ASoC: fsl_sai: add sai master mode support") the loop was changed to start iterating from 1 instead of 0. The error message however was not updated, reporting the wrong clock to the user. Signed-off-by: Pieterjan Camerlynck --- sound/soc/fsl/fsl_sai.c | 2 +- 1 file changed, 1 inser

Re: [PATCH] ASoC: fsl_sai: fix incorrect mclk number in error message

2022-08-04 Thread Shengjiu Wang
On Sat, May 7, 2022 at 8:31 PM Pieterjan Camerlynck < pieterjan.camerly...@gmail.com> wrote: > In commit ("ASoC: fsl_sai: add sai master mode support") > the loop was changed to start iterating from 1 instead of 0. The error > message however was not updated, reporting the wrong clock to the user

Re: [PATCH] ASoC: fsl_sai: fix incorrect mclk number in error message

2022-05-08 Thread Shengjiu Wang
On Sat, May 7, 2022 at 8:31 PM Pieterjan Camerlynck < pieterjan.camerly...@gmail.com> wrote: > In commit ("ASoC: fsl_sai: add sai master mode support") > the loop was changed to start iterating from 1 instead of 0. The error > message however was not updated, reporting the wrong clock to the user

[PATCH] ASoC: fsl_sai: fix incorrect mclk number in error message

2022-05-07 Thread Pieterjan Camerlynck
In commit ("ASoC: fsl_sai: add sai master mode support") the loop was changed to start iterating from 1 instead of 0. The error message however was not updated, reporting the wrong clock to the user. Signed-off-by: Pieterjan Camerlynck --- sound/soc/fsl/fsl_sai.c | 2 +- 1 file changed, 1 inser