Skip to content

Commit

Permalink
topology2: pipeline: document pipeline.priority attribute
Browse files Browse the repository at this point in the history
Add a note that priority 0 is the highest priority and indicates
pipeline that should be run first. This matches with the SOF
scheduler implementation.

Signed-off-by: Kai Vehmanen <[email protected]>
  • Loading branch information
kv2019i committed Nov 21, 2023
1 parent 980b988 commit 22f7dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/topology/topology2/include/components/pipeline.conf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Class.Widget."pipeline" {
}
}

# pipeline priority
# pipeline priority (0 = highest priority)
DefineAttribute."priority" {
# Token reference and type
token_ref "scheduler.word"
Expand Down

0 comments on commit 22f7dbe

Please sign in to comment.