Add function to constrain rates
authorMark Brown <broonie@kernel.org>
Tue, 10 Dec 2024 12:37:21 +0000 (12:37 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 10 Dec 2024 12:37:21 +0000 (12:37 +0000)
Merge series from Chancel Liu <chancel.liu@nxp.com>:

Platforms like i.MX93/91 only have one audio PLL. Some sample rates are
not supported. If the PLL source is used for 8kHz series rates, then
11kHz series rates can't be supported. Add common function to constrain
rates according to different clock sources.

In ASoC drivers switch to this new function.


Trivial merge