commit | d06432b04603ea6f1b99bc0a933aa264b2fb6f4b | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Tue Jul 02 21:32:07 2024 +0100 |
committer | Mark Brown <broonie@kernel.org> | Tue Jul 02 21:32:07 2024 +0100 |
tree | 1317dc8efcb8cb6e394b134fa5e669d6034586f0 | |
parent | 2858f8769a8ee7177113ebc7133f47acbb91fb76 [diff] | |
parent | 8f2942b9198c935862bc2400602780844b352667 [diff] |
ASoC: topology: kcontrol registration cleanup Merge series from Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>: Code used to create standalone and widget controls is mostly same, with with exception that in standalone case dynamic object needs to be registered and control created directly. Following patches clean up and unify kcontrol creation code in topology code.