[linux-yocto] [PATCH linux-yocto] ASoC: fsl_sai: Fix wrong usage of fsl_sai::is_consumer_mode in fsl_sai_hw_params()

2023-12-19 Thread Kevin Hao
From: Kevin Hao The SDK commit 3fc9d125f615 ("ASoC: fsl_sai: add fsl,txm-rxs property support") has changed fsl_sai::is_consumer_mode to an array of bool. But the stable commit 4a8774a63303 ("ASoC: fsl_sai: Fix no frame sync clock issue on i.MX8MP") still use it as a bool. Adjust the codes from t

Re: [linux-yocto] [PATCH linux-yocto] ASoC: fsl_sai: Fix wrong usage of fsl_sai::is_consumer_mode in fsl_sai_hw_params()

2023-12-20 Thread Bruce Ashfield
In message: [PATCH linux-yocto] ASoC: fsl_sai: Fix wrong usage of fsl_sai::is_consumer_mode in fsl_sai_hw_params() on 20/12/2023 Kevin Hao wrote: > From: Kevin Hao > > The SDK commit 3fc9d125f615 ("ASoC: fsl_sai: add fsl,txm-rxs property > support") has changed fsl_sai::is_consumer_mode to an a