mirror of https://github.com/thesofproject/sof.git
topolog2: nocodec: set output_pin number
The num_output_pins was set for pass-through path but missed in normal path. Without it Linux kernel driver wouldn't set second output pin format for dai copier which connects smart amp and gain module. Signed-off-by: Rander Wang <rander.wang@intel.com>
This commit is contained in:
parent
c22e3f438d
commit
4dad5c2d5c
|
@ -382,6 +382,7 @@ IncludeByKey.PASSTHROUGH {
|
|||
out_valid_bit_depth 32
|
||||
}
|
||||
|
||||
num_output_pins 2
|
||||
Object.Base.output_pin_binding.1 {
|
||||
output_pin_binding_name "gain.8.1"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue