ASoC: wm8940: Correct PLL rate rounding
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Thu, 21 Aug 2025 08:26:37 +0000 (09:26 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 1 Sep 2025 13:57:27 +0000 (14:57 +0100)
commitd05afb53c683ef7ed1228b593c3360f4d3126c58
treee80ee7e061c13dea02dc9bd4f3b5a362e31f2772
parentb320789d6883cc00ac78ce83bccbfe7ed58afcf0
ASoC: wm8940: 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: 294833fc9eb4 ("ASoC: wm8940: Rewrite code to set proper clocks")
Reported-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Tested-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Link: https://patch.msgid.link/20250821082639.1301453-2-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm8940.c