]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: topology: Unify code for creating standalone and widget bytes control
authorAmadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Thu, 27 Jun 2024 10:18:48 +0000 (12:18 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 2 Jul 2024 13:27:06 +0000 (14:27 +0100)
commit0867278200f787817036419fc87b56fb04a448e4
tree67acb55317c12ce9477cd3c4bf7d254b41b9cd72
parentc2dad0db01fcacd44616e9d4c7263b187c4ff530
ASoC: topology: Unify code for creating standalone and widget bytes control

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