]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: ops: Factor out common code from put callbacks
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Tue, 18 Mar 2025 17:14:56 +0000 (17:14 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 19 Mar 2025 12:48:07 +0000 (12:48 +0000)
commit318e8794e05ca1879441a602e78c74f9d7e18309
treeff90241b69aeb616c5469914d93fd6c27d975609
parent9dfcafe2037acc14265cead8d8a937a8bc4e01d8
ASoC: ops: Factor out common code from put callbacks

There are only two differences between snd_soc_put_volsw() and
snd_soc_put_volsw_sx(). The maximum field is handled differently, and
snd_soc_put_volsw() supports double controls with both values in the
same register.

Factor out the common code into a new helper and pass in the
appropriate max value such that it is handled correctly for each
control.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://patch.msgid.link/20250318171459.3203730-13-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-ops.c