Skip to content

Commit

Permalink
topology: add a new SOF_TKN_COMP_CORE_ID token
Browse files Browse the repository at this point in the history
We need a way to explicitly place components on specific DSP cores.
Add a SOF_TKN_COMP_CORE_ID word token for that.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
  • Loading branch information
lyakh authored and lgirdwood committed Apr 8, 2020
1 parent 17f9296 commit 714556e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/topology/sof/tokens.m4
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ SectionVendorTokens."sof_comp_tokens" {
SOF_TKN_COMP_FORMAT "402"
# Token retired with ABI 3.2, do not use for new capabilities
# SOF_TKN_COMP_PRELOAD_COUNT "403"
SOF_TKN_COMP_CORE_ID "404"
}

SectionVendorTokens."sof_ssp_tokens" {
Expand Down

0 comments on commit 714556e

Please sign in to comment.