mirror of https://github.com/thesofproject/sof.git
topology: AIF directions are codec centric wrt PCMs
Commit 0a1a9bbc492e4eb22173ed57c7f5499c8f106289 discovered a bug in the direction of AIF widgets in relation to PCMs. AIF widgets are codec centric in ASoC so topology must align. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
parent
88519eee73
commit
8b254b5f3d
|
@ -96,7 +96,7 @@ define(`W_PCM_PLAYBACK',
|
|||
`}'
|
||||
`SectionWidget."'N_PCMP`" {'
|
||||
` index "'PIPELINE_ID`"'
|
||||
` type "aif_out"'
|
||||
` type "aif_in"'
|
||||
` no_pm "true"'
|
||||
` stream_name "'$1`"'
|
||||
` data ['
|
||||
|
@ -131,7 +131,7 @@ define(`W_PCM_CAPTURE',
|
|||
`}'
|
||||
`SectionWidget."'N_PCMC`" {'
|
||||
` index "'PIPELINE_ID`"'
|
||||
` type "aif_in"'
|
||||
` type "aif_out"'
|
||||
` no_pm "true"'
|
||||
` stream_name "'$1`"'
|
||||
` data ['
|
||||
|
|
Loading…
Reference in New Issue