Skip to content

Commit

Permalink
topology2: sof-tgl/adl-nocodec: disable multicore
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
kv2019i committed Mar 15, 2024
1 parent 7cb15d7 commit 6bdbf71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/topology/topology2/development/tplg-targets.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ set(TPLGS
"cavs-sdw\;cavs-sdw-hdmi\;"

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

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

# SDW topology for MTL
Expand Down

0 comments on commit 6bdbf71

Please sign in to comment.