topology: pcm: add pipeline_id for stream name to avoid duplicate
Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
This commit is contained in:
parent
73a454544c
commit
30aaefaea0
|
@ -34,7 +34,7 @@ define(`W_PCM_PLAYBACK',
|
|||
` index "'PIPELINE_ID`"'
|
||||
` type "aif_in"'
|
||||
` no_pm "true"'
|
||||
` stream_name "'$2`"'
|
||||
` stream_name "'$2` '$1`"'
|
||||
` data ['
|
||||
` "'N_PCMP($1)`_data"'
|
||||
` "'N_PCMP($1)`_data_w_comp"'
|
||||
|
@ -69,7 +69,7 @@ define(`W_PCM_CAPTURE',
|
|||
` index "'PIPELINE_ID`"'
|
||||
` type "aif_out"'
|
||||
` no_pm "true"'
|
||||
` stream_name "'$2`"'
|
||||
` stream_name "'$2` '$1`"'
|
||||
` data ['
|
||||
` "'N_PCMC($1)`_data"'
|
||||
` "'N_PCMC($1)`_data_w_comp"'
|
||||
|
|
Loading…
Reference in New Issue