]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: SDCA: Split function type patching and function naming
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Fri, 20 Dec 2024 17:35:16 +0000 (17:35 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 24 Dec 2024 22:44:57 +0000 (22:44 +0000)
commit69dcf023f1f13ca9c2e9e8f30b9ec52ac0486c0a
treeb5d8ed3a377e3c8cbfe7b22b0d1c1199d61f5a9a
parentc1ed5eb13f39b0058670bc2b1e251a040c306868
ASoC: SDCA: Split function type patching and function naming

Currently, patch_sdca_function_type() both patches the function type
for older SDCA revisions, and reports the name of the function. In
general it is cleaner to have a single function only do a single
task, so split these operations into two separate functions.

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