]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: SDCA: fix the register to ctl value conversion for Q7.8 format
authorShuming Fan <shumingf@realtek.com>
Fri, 27 Mar 2026 08:23:31 +0000 (16:23 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 27 Mar 2026 19:12:33 +0000 (19:12 +0000)
commitae00200acb870ac00551350f26f03ced188bad6f
tree66336dbc4879ed0b702fc21b3320d04e54769307
parent7caae0aed04137545e9f8c146d8d1dbb7a8e9865
ASoC: SDCA: fix the register to ctl value conversion for Q7.8 format

The division calculation should be implemented using signed integer format.
This patch changes mc->shift from an unsigned type to a signed integer during the calculation.

Fixes: 501efdcb3b3a ("ASoC: SDCA: Pull the Q7.8 volume helpers out of soc-ops")
Signed-off-by: Shuming Fan <shumingf@realtek.com>
Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://patch.msgid.link/20260327082331.2277498-1-shumingf@realtek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sdca/sdca_asoc.c