mirror of https://github.com/thesofproject/sof.git
topology2: CMakeLists: clarify the pipelines for mixin-mixout tplg
Only the HDA pipelines use mixin/mixout based pipelines. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
parent
c94ae772a0
commit
c84d64b524
|
@ -10,7 +10,7 @@ set(TPLGS
|
|||
"cavs-gain-hdmi\;cavs-gain-hdmi"
|
||||
# CAVS HDA topology with gain-based pipelines
|
||||
"cavs-gain-hdmi\;cavs-gain-hda\;HDA_CONFIG=gain"
|
||||
# CAVS HDA topology with mixer-based pipelines
|
||||
# CAVS HDA topology with mixer-based pipelines for HDA and passthrough pipelines for HDMI
|
||||
"cavs-passthrough-hdmi\;cavs-mixin-mixout-hda\;HDA_CONFIG=mix"
|
||||
# CAVS SDW topology with passthrough pipelines
|
||||
"cavs-sdw\;cavs-sdw"
|
||||
|
|
Loading…
Reference in New Issue