Skip to content

Commit 83fef84

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 7fba97d commit 83fef84

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
@@ -108,8 +108,8 @@
108108

109109
#define SOF_TKN_COMP_SCHED_DOMAIN 418
110110
#define SOF_TKN_COMP_DOMAIN_ID 419
111-
#define SOF_TKN_COMP_HEAP_BYTES_REQUIREMENT 420
112-
#define SOF_TKN_COMP_STACK_BYTES_REQUIREMENT 421
111+
#define SOF_TKN_COMP_STACK_BYTES_REQUIREMENT 420
112+
#define SOF_TKN_COMP_HEAP_BYTES_REQUIREMENT 421
113113

114114
/* SSP */
115115
#define SOF_TKN_INTEL_SSP_CLKS_CONTROL 500

0 commit comments

Comments
 (0)