mirror of https://github.com/thesofproject/sof.git
Tools: Topology2: Include controls to multiband_drc class
The includes to define bytes and mixer controls classes are needed in case no other class definition has included these. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This commit is contained in:
parent
2831afe345
commit
2d27374086
|
@ -13,6 +13,9 @@
|
||||||
#
|
#
|
||||||
# Where M is pipeline ID and N is a unique integer in the parent object.
|
# Where M is pipeline ID and N is a unique integer in the parent object.
|
||||||
|
|
||||||
|
<include/controls/bytes.conf>
|
||||||
|
<include/controls/mixer.conf>
|
||||||
|
|
||||||
Class.Widget."multiband_drc" {
|
Class.Widget."multiband_drc" {
|
||||||
#
|
#
|
||||||
# Pipeline ID
|
# Pipeline ID
|
||||||
|
|
Loading…
Reference in New Issue