Skip to content

Commit 6bdbf71

Browse files
committed
topology2: sof-tgl/adl-nocodec: disable multicore
Multicore is not working correctly for Intel cAVS2.5 in Zephyr upstream and the fixing will take a longer time, so disable this feature in nocodec configuration. Link: #8942 Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent 7cb15d7 commit 6bdbf71

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,15 @@ set(TPLGS
1212
"cavs-sdw\;cavs-sdw-hdmi\;"
1313

1414
# CAVS SSP topology for TGL
15+
# multicore disabled due to SOF issue #8942
1516
"cavs-nocodec\;sof-tgl-nocodec\;NUM_DMICS=4,PDM1_MIC_A_ENABLE=1,PDM1_MIC_B_ENABLE=1,\
1617
PREPROCESS_PLUGINS=nhlt,NHLT_BIN=nhlt-sof-tgl-nocodec.bin,\
18+
SSP1_PCM_CORE_ID=0,SSP2_PCM_CORE_ID=0,\
1719
SSP0_MIXER_2LEVEL=1,PLATFORM=tgl"
1820

21+
# multicore disabled due to SOF issue #8942
1922
"cavs-nocodec\;sof-adl-nocodec\;NUM_DMICS=4,PDM1_MIC_A_ENABLE=1,PDM1_MIC_B_ENABLE=1,\
23+
SSP1_PCM_CORE_ID=0,SSP2_PCM_CORE_ID=0,\
2024
PREPROCESS_PLUGINS=nhlt,NHLT_BIN=nhlt-sof-adl-nocodec.bin,PLATFORM=adl"
2125

2226
# SDW topology for MTL

0 commit comments

Comments
 (0)