]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: SDCA: Allow naming of imp def controls
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Wed, 12 Mar 2025 17:22:02 +0000 (17:22 +0000)
committerMark Brown <broonie@kernel.org>
Sun, 16 Mar 2025 23:27:55 +0000 (23:27 +0000)
commit49680c9f13b64c13e79e1312c7616d0ab9775e4a
tree7fb4b9f87fdcbb8b659e5e7339a1d2cde518c25e
parent0d16daa9405ef7de5c278183d4079013f39a51ac
ASoC: SDCA: Allow naming of imp def controls

Implementation defined controls will not be present in the large list of
known controls for SDCA. The driver should not return an error for these,
because it is perfectly legal to have implementation defined controls.
Update the handling to instead generate a generic name.

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