ASoC: SOF: topology: simplify kcontrol names with
authorMark Brown <broonie@kernel.org>
Tue, 15 Aug 2023 18:22:25 +0000 (19:22 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 15 Aug 2023 18:22:25 +0000 (19:22 +0100)
commit6e9fd076e72a6c32fe79b1dfcff074823ff1a09a
tree5651dd9c0a25b52b655f08867606bf671b738e29
parent63e041027669473ab7474c195771bc86af9685a6
parent56ce7b791b787e0aee19601e422f13a18d4eafe7
ASoC: SOF: topology: simplify kcontrol names with

Merge series from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:

The use of the widget name as a prefix for the kcontrol name is quite
useful in the case of multiple pipelines going to the same endpoint,
but it's overkill in simpler cases.

This patchset extends the existing DAPM code to drop the widget name
prefix and make the kcontrol names simpler when there's no possible
ambiguity, e.g.  "gain.2.1 Main Playback Volume" becomes just "Main
Playback Volume".