Re: [PATCH] ASoC: fsl_micfil: Add sample rate constraint

2024-10-22 Thread Mark Brown
On Mon, 14 Oct 2024 13:38:33 +0800, Shengjiu Wang wrote: > On some platforms, for example i.MX93, there is only one > audio PLL source, so some sample rate can't be supported. > If the PLL source is used for 8kHz series rates, then 11kHz > series rates can't be supported. > > So add constraints ac

[PATCH] ASoC: fsl_micfil: Add sample rate constraint

2024-10-13 Thread Shengjiu Wang
On some platforms, for example i.MX93, there is only one audio PLL source, so some sample rate can't be supported. If the PLL source is used for 8kHz series rates, then 11kHz series rates can't be supported. So add constraints according to the frequency of available clock sources, then alsa-lib wi