]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: SDCA: Move SDCA search functions and export
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Mon, 7 Jul 2025 12:41:51 +0000 (13:41 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 15 Jul 2025 18:45:47 +0000 (19:45 +0100)
commitc57ad862462f064c0bd943a5828f5e0eca469ca5
tree1b4f163cc5db4e4c3a13b76423d211921eef53d8
parentcbcb5f5c2be523ef0908df290b3033138bd4c185
ASoC: SDCA: Move SDCA search functions and export

The ASoC code for SDCA contains several helper functions that search for
controls/ranges/etc. As the code evolves these helpers are likely to be
useful to anything interacting with the stored DisCo data. Move the
helpers into sdca_function.c and export them so other modules can also
use them.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.dev>
Link: https://patch.msgid.link/20250707124155.2596744-4-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/sdca_function.h
sound/soc/sdca/sdca_asoc.c
sound/soc/sdca/sdca_functions.c