mirror of https://github.com/thesofproject/sof.git
Tools: Topology2: Remove mandatory name attribute from enum control
This change allows to disable and hide the control by omitting name define if it is not useful in the topology. Also other ALSA controls no more require mandatory name. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This commit is contained in:
parent
a811e2bac3
commit
56fa2defae
|
@ -84,9 +84,6 @@ Class.Control."enum" {
|
|||
"index"
|
||||
"instance"
|
||||
]
|
||||
!mandatory [
|
||||
name
|
||||
]
|
||||
#
|
||||
# enum control objects instantiated within the same alsaconf node must have unique
|
||||
# index attribute
|
||||
|
|
Loading…
Reference in New Issue