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

2022-08-13 Thread Pieterjan Camerlynck
In commit c3ecef21c3f26 ("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 --- V2: rebase against late

[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

[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