]> www.infradead.org Git - users/dwmw2/linux.git/commit
ASoC: topology: Unify code for creating standalone and widget mixer control
authorAmadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Thu, 27 Jun 2024 10:18:49 +0000 (12:18 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 2 Jul 2024 13:27:07 +0000 (14:27 +0100)
commit4654ca7cc8d6b57c77436dd44b347cc7dd3f5f08
tree92281da5b6afb685064f14878036580f0cd52ea0
parent0867278200f787817036419fc87b56fb04a448e4
ASoC: topology: Unify code for creating standalone and widget mixer control

Code used to create standalone and widget mixer 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-13-amadeuszx.slawinski@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-topology.c