]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
commit527acf5de4c060ebb3d1eb98c4acf21743c2cde7
tree384e5b2c34fdd504bdf2083fe62afb178445e79c
parent5a305d9d48df11e8eeb8c28fa08927067bc274af
parent4edc98598be43634f87af5d3876ebec6c274d2cb
Add function to constrain rates

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.