[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

[linux-yocto] [PATCH linux-yocto] ARM: imx: Remove unused pmu_release_id label

2023-12-19 Thread Kevin Hao
From: Kevin Hao Due to the SDK changes, the stable commit 12ac3b0ab837 ("ARM: imx: Check return value of devm_kasprintf in imx_mmdc_perf_init") doesn't apply to the nxp branches. But part of this commit was merged mistakenly. Revert these changes to fix the following build errors: arch/arm/mach