Skip to content

Commit 42714ca

Browse files
committed
tools: topology2: limit sof-nvl-nocodec.tplg multicore
sof-nvl-nocodec.tplg is used by multiple NVL variants. Limit use of multicore to a common set available in all variants. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent 7dd90d9 commit 42714ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ NHLT_BIN=nhlt-sof-ptl-nocodec-fpga-dmic-4ch-96k.bin,PASSTHROUGH=true,DMIC_IO_CLK
9797
PDM1_MIC_B_ENABLE=1,DMIC0_RATE=96000,SSP0_RATE=96000,PREPROCESS_PLUGINS=nhlt,\
9898
NHLT_BIN=nhlt-sof-ptl-nocodec-fpga-dmic-4ch-96k-ssp0-96k.bin,PASSTHROUGH=true,DMIC_IO_CLK=19200000"
9999

100-
# SSP topology for NVL
101-
"cavs-nocodec\;sof-nvl-nocodec\;PLATFORM=nvl,NUM_DMICS=4,PDM1_MIC_A_ENABLE=1,PDM1_MIC_B_ENABLE=1,\
100+
# SSP topology for NVL (limit to DSP cores 0/1)
101+
"cavs-nocodec\;sof-nvl-nocodec\;PLATFORM=nvl,NUM_DMICS=4,PDM1_MIC_A_ENABLE=1,PDM1_MIC_B_ENABLE=1,SSP2_PCM_CORE_ID=0,DP_SRC_CORE_ID=0,\
102102
PREPROCESS_PLUGINS=nhlt,NHLT_BIN=nhlt-sof-nvl-nocodec.bin"
103103

104104
# Topology for PTL with max98357a and rt5682

0 commit comments

Comments
 (0)