]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: ops: Factor out common code from get callbacks
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Wed, 19 Mar 2025 17:51:21 +0000 (17:51 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 19 Mar 2025 17:56:34 +0000 (17:56 +0000)
commit1e3cd64a29baa874b89180ac0744178ecb00f3cd
treeee7e64ea5dc69e63f08bd2be882595c8e82c683a
parent318e8794e05ca1879441a602e78c74f9d7e18309
ASoC: ops: Factor out common code from get callbacks

There are only two differences between snd_soc_get_volsw() and
snd_soc_get_volsw_sx(). The maximum field is handled differently, and
snd_soc_get_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/20250319175123.3835849-2-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-ops.c