mirror of https://github.com/thesofproject/sof.git
topology2: add payload_with_output_fmt token
payload_with_output_fmt token is used to tell sof driver whether there is output audio format in the init instance ipc4 message payload. payload_with_output_fmt = 1 mean there is audio output format in the ipc4 message payload. Signed-off-by: Libin Yang <libin.yang@intel.com>
This commit is contained in:
parent
a5635e0011
commit
691b80261a
|
@ -21,6 +21,10 @@ Object.Base.VendorToken {
|
||||||
# the widget name that the queue is connected from/to.
|
# the widget name that the queue is connected from/to.
|
||||||
sink_pin_binding_wname 413
|
sink_pin_binding_wname 413
|
||||||
src_pin_binding_wname 414
|
src_pin_binding_wname 414
|
||||||
|
# Token payload_with_output_fmt specifies whether there is
|
||||||
|
# output audio format in the init instance ipc4 message
|
||||||
|
# payload.
|
||||||
|
payload_with_output_fmt 415
|
||||||
}
|
}
|
||||||
|
|
||||||
"sof_tkn_dai" {
|
"sof_tkn_dai" {
|
||||||
|
|
Loading…
Reference in New Issue