Re: [PATCH v3 3/3] ASoC: fsl_sai: Replace synchronous check with fsl_sai_dir_is_synced

2020-08-04 Thread Nicolin Chen
On Wed, Aug 05, 2020 at 02:34:13PM +0800, Shengjiu Wang wrote: > As new function fsl_sai_dir_is_synced is included for checking if > stream is synced by the opposite stream, then replace the existing > synchronous checking with this new function. > > Signed-off-by: Shengjiu Wang Acked-by: Nicoli

[PATCH v3 3/3] ASoC: fsl_sai: Replace synchronous check with fsl_sai_dir_is_synced

2020-08-04 Thread Shengjiu Wang
As new function fsl_sai_dir_is_synced is included for checking if stream is synced by the opposite stream, then replace the existing synchronous checking with this new function. Signed-off-by: Shengjiu Wang --- sound/soc/fsl/fsl_sai.c | 40 1 file changed