Skip to content

Commit b88e42f

Browse files
committed
tools: topology2: development: Fix sof-hda-passthrough-chain-dma
The rule for the chain DMA only passthrough is incorrect and will result a topology without analog PCMs Correct the cmake to create correct topology. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
1 parent b193c48 commit b88e42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/topology/topology2/development/tplg-targets.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ NHLT_BIN=nhlt-sof-lnl-nocodec-fpga-4ch.bin,PASSTHROUGH=true,DMIC_IO_CLK=19200000
5858
# HDA topology with passthrough analog codec pipelines
5959
"sof-hda-generic\;sof-hda-passthrough\;HDA_CONFIG=passthrough"
6060
# HDA topology with passthrough analog codec pipelines using CHAIN_DMA
61-
"sof-hda-generic\;sof-hda-passthrough-chain-dma\;HDA_CONFIG=passthrough\;CODEC_HDA_CHAIN_DMA=true"
61+
"sof-hda-generic\;sof-hda-passthrough-chain-dma\;HDA_CONFIG=passthrough,CODEC_HDA_CHAIN_DMA=true"
6262

6363
# SSP topology for PTL
6464
"cavs-nocodec\;sof-ptl-nocodec\;PLATFORM=ptl,NUM_DMICS=4,PDM1_MIC_A_ENABLE=1,PDM1_MIC_B_ENABLE=1,\

0 commit comments

Comments
 (0)