]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: SDCA: Add missing function type names
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Fri, 20 Dec 2024 17:35:15 +0000 (17:35 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 24 Dec 2024 22:44:56 +0000 (22:44 +0000)
commitc1ed5eb13f39b0058670bc2b1e251a040c306868
treed2b17308ab518b58b9c7d544772f66d498a52c6d
parentc36297b1bd6e52a75a8ed75eb5dbf35c50402398
ASoC: SDCA: Add missing function type names

It is not helpful to error out on some SDCA function types, we
might as well report the correct name and let the driver core
simply not bind a driver to those functions for which the code
lacks support. Also given no functions currently have support,
it seems odd to select some as unsupported.

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