Re: [PATCH] ASoC: imx-audmix: release cpu_mclk clock at failure

2025-02-12 Thread Mark Brown
On Wed, Feb 12, 2025 at 05:38:16PM +0800, Shengjiu Wang wrote: > When defer probe happens, there may be below error: > > platform 5982.sai: Resources present before probing > > The cpu_mclk clock is from the cpu dai device, if it is > not released, then the cpu dai device probe will fail > fo

[PATCH] ASoC: imx-audmix: release cpu_mclk clock at failure

2025-02-12 Thread Shengjiu Wang
When defer probe happens, there may be below error: platform 5982.sai: Resources present before probing The cpu_mclk clock is from the cpu dai device, if it is not released, then the cpu dai device probe will fail for the second time. Fixes: b86ef5367761 ("ASoC: fsl: Add Audio Mixer machine