Skip to content

Commit 0bf399f

Browse files
author
Jyri Sarha
committed
ASoC: sof: ipc4-topology: Fix SOF_TKN_COMP_STACK_BYTES_REQUIREMENT id
The was inconsistency with SOF_TKN_COMP_STACK_BYTES_REQUIREMENT and SOF_TKN_COMP_HEAP_BYTES_REQUIREMENT token ids in the Linux driver code with SOF FW topology code. This commit fixes the Linux side to match tools/topology/topology2/include/common/tokens.conf See https://github.com/thesofproject/sof/blob/788861804ed08485496e979dd9c467c1a21b30c5/tools/topology/topology2/include/common/tokens.conf#L30 Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
1 parent 3958e5d commit 0bf399f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/uapi/sound/sof/tokens.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@
111111

112112
#define SOF_TKN_COMP_SCHED_DOMAIN 418
113113
#define SOF_TKN_COMP_DOMAIN_ID 419
114-
#define SOF_TKN_COMP_HEAP_BYTES_REQUIREMENT 420
115-
#define SOF_TKN_COMP_STACK_BYTES_REQUIREMENT 421
114+
#define SOF_TKN_COMP_STACK_BYTES_REQUIREMENT 420
115+
#define SOF_TKN_COMP_HEAP_BYTES_REQUIREMENT 421
116116

117117
/* SSP */
118118
#define SOF_TKN_INTEL_SSP_CLKS_CONTROL 500

0 commit comments

Comments
 (0)