]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ASoC: Handle edge case on SDCA jack control naming
authorMark Brown <broonie@kernel.org>
Mon, 16 Mar 2026 18:45:30 +0000 (18:45 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 16 Mar 2026 18:45:30 +0000 (18:45 +0000)
Charles Keepax <ckeepax@opensource.cirrus.com> says:

Normally the SDCA jack detection controls will be named after the GE
widget that represents the grouping of everything in the topology
controlled by the jack selection. However, in the case that the jack
selection only controls a single widget the control will be named after
the SU widget that implements that. It is rather confusing to have the
jack detection controls change naming scheme between devices. Add a new
widget type, similar to mixer widgets, to force use of the control name
rather than falling back to the widget names.

1  2 
sound/soc/sdca/sdca_asoc.c

Simple merge