Re: [PATCH v2] ASoC: imx-audmix: remove cpu_mclk which is from cpu dai device

2025-02-13 Thread Mark Brown
On Thu, 13 Feb 2025 15:05:18 +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 for the se

[PATCH v2] ASoC: imx-audmix: remove cpu_mclk which is from cpu dai device

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. The cpu_mclk is used to get rate for rate constraint, rat