]> www.infradead.org Git - users/dwmw2/linux.git/commit
ASoC: topology: Do not do unnecessary dobj management
authorAmadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Thu, 27 Jun 2024 10:18:39 +0000 (12:18 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 2 Jul 2024 13:26:58 +0000 (14:26 +0100)
commit7aa129706b4d6f7a2c649b359eea0336eb640feb
tree6e2ad09dc373918bdc5cec366e9da1cdec0cf15e
parent97a05cb4ab12f55e19cf28f6ceca47bb6ed8fea4
ASoC: topology: Do not do unnecessary dobj management

Widget kcontrols do not need to be managed as topology dynamic objects
with an index and a linked list. As they are always associated with a
widget which is already a topology dynamic object, thus all
addition/removals of a widget will by design manage the kcontrol.

Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Link: https://patch.msgid.link/20240627101850.2191513-3-amadeuszx.slawinski@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-topology.c