Skip to content

Commit 55afcf5

Browse files
ranj063lbetlej
authored andcommitted
topology: graph: Add PIPELINE_ID to graph name
Add the PIPELINE_ID to the graph section name to make them unique for the playback and capture pipelines that are associated with the same SSP. Also fix the comment while we're at it. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
1 parent b5ec44b commit 55afcf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/topology/m4/utils.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ define(`COMP_FORMAT_NAME',
4949
$1, `float', `FLOAT_LE',
5050
)')
5151

52-
dnl P_GRAPH(name, CONNECTIONS)
52+
dnl P_GRAPH(NAME, PIPELINE_ID, CONNECTIONS)
5353
define(`P_GRAPH',
54-
`SectionGraph.STR($1) {'
54+
`SectionGraph.STR($1 $2) {'
5555
` index STR($2)'
5656
`'
5757
` lines ['

0 commit comments

Comments
 (0)