]> www.infradead.org Git - nvme.git/commit
ASoC: topology: Unify code for creating standalone and widget enum control
authorAmadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Thu, 27 Jun 2024 10:18:50 +0000 (12:18 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 2 Jul 2024 13:27:08 +0000 (14:27 +0100)
commit8f2942b9198c935862bc2400602780844b352667
tree640adca6787b6677937f53eb5eda5845a4e497a8
parent4654ca7cc8d6b57c77436dd44b347cc7dd3f5f08
ASoC: topology: Unify code for creating standalone and widget enum control

Code used to create standalone and widget enum control is same, with
exception that in standalone case dynamic object needs to be registered
and control created directly.

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