ASoC: wm8974: Correct PLL rate rounding
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Thu, 21 Aug 2025 08:26:39 +0000 (09:26 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 1 Sep 2025 13:57:28 +0000 (14:57 +0100)
commit9b17d3724df55ecc2bc67978822585f2b023be48
tree0bf1727f22dd133f50c398193014456d87c3f651
parentb4799520dcd6fe1e14495cecbbe9975d847cd482
ASoC: wm8974: Correct PLL rate rounding

Using a single value of 22500000 for both 48000Hz and 44100Hz audio
will sometimes result in returning wrong dividers due to rounding.
Update the code to use the actual value for both.

Fixes: 51b2bb3f2568 ("ASoC: wm8974: configure pll and mclk divider automatically")
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://patch.msgid.link/20250821082639.1301453-4-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm8974.c