From 691b80261a4ad82eae91def880d2091d248d446b Mon Sep 17 00:00:00 2001 From: Libin Yang Date: Fri, 28 Oct 2022 11:10:59 +0800 Subject: [PATCH] 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 --- tools/topology/topology2/include/common/tokens.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/topology/topology2/include/common/tokens.conf b/tools/topology/topology2/include/common/tokens.conf index 6b122f8fe..3d23a2647 100644 --- a/tools/topology/topology2/include/common/tokens.conf +++ b/tools/topology/topology2/include/common/tokens.conf @@ -21,6 +21,10 @@ Object.Base.VendorToken { # the widget name that the queue is connected from/to. sink_pin_binding_wname 413 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" {