topology2: control: bytes: Use instance ID to instantiate ops and extops

Use instance IDs as the class definitions have changed.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
Ranjani Sridharan 2023-01-26 21:23:32 -08:00 committed by Kai Vehmanen
parent e4dc655f74
commit 077828a109
1 changed files with 4 additions and 2 deletions

View File

@ -69,11 +69,13 @@ Class.Control."bytes" {
} }
# control uses bespoke driver get/put/info ID # control uses bespoke driver get/put/info ID
Object.Base.ops."ctl" { Object.Base.ops.1 {
name "ctl"
info "bytes" info "bytes"
} }
Object.Base.extops."extctl" { Object.Base.extops.1 {
name "extctl"
#258 binds the control to byte control get/put handlers #258 binds the control to byte control get/put handlers
get 258 get 258
put 258 put 258