From b88e42f0d189d366be433b3bb26203d8d0e919d1 Mon Sep 17 00:00:00 2001 From: Peter Ujfalusi Date: Fri, 16 May 2025 10:49:58 +0300 Subject: [PATCH] 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 --- tools/topology/topology2/development/tplg-targets.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/topology/topology2/development/tplg-targets.cmake b/tools/topology/topology2/development/tplg-targets.cmake index 3ea316fa5d5a..c66af9bbf364 100644 --- a/tools/topology/topology2/development/tplg-targets.cmake +++ b/tools/topology/topology2/development/tplg-targets.cmake @@ -58,7 +58,7 @@ NHLT_BIN=nhlt-sof-lnl-nocodec-fpga-4ch.bin,PASSTHROUGH=true,DMIC_IO_CLK=19200000 # HDA topology with passthrough analog codec pipelines "sof-hda-generic\;sof-hda-passthrough\;HDA_CONFIG=passthrough" # HDA topology with passthrough analog codec pipelines using CHAIN_DMA -"sof-hda-generic\;sof-hda-passthrough-chain-dma\;HDA_CONFIG=passthrough\;CODEC_HDA_CHAIN_DMA=true" +"sof-hda-generic\;sof-hda-passthrough-chain-dma\;HDA_CONFIG=passthrough,CODEC_HDA_CHAIN_DMA=true" # SSP topology for PTL "cavs-nocodec\;sof-ptl-nocodec\;PLATFORM=ptl,NUM_DMICS=4,PDM1_MIC_A_ENABLE=1,PDM1_MIC_B_ENABLE=1,\