Skip to content

Commit 3c39c2c

Browse files
ranj063kv2019i
authored andcommitted
topology2: cavs-sdw: Enable PDM 1 mics for 4ch
It would be better to make these dependedent on NUM_DMICS. Something to improve in a follow up PR. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
1 parent a4ece86 commit 3c39c2c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tools/topology/topology2/sof-ace-tplg/tplg-targets.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ USE_CHAIN_DMA=true,DEEPBUFFER_FW_DMA_MS=100,DEEPBUFFER_D0I3_COMPATIBLE=true"
2020

2121
# SDW + DMIC topology with passthrough pipelines
2222
# We will change NUM_HDMIS to 3 once HDMI is enabled on MTL RVP
23-
"cavs-sdw\;sof-mtl-rt711-4ch\;PLATFORM=mtl,NUM_DMICS=4,DMIC0_ID=2,DMIC1_ID=3,NUM_HDMIS=0,\
24-
PREPROCESS_PLUGINS=nhlt,NHLT_BIN=nhlt-sof-mtl-rt711-4ch.bin,DEEPBUFFER_FW_DMA_MS=100,\
25-
DEEPBUFFER_D0I3_COMPATIBLE=true"
23+
"cavs-sdw\;sof-mtl-rt711-4ch\;PLATFORM=mtl,NUM_DMICS=4,PDM1_MIC_A_ENABLE=1,PDM1_MIC_B_ENABLE=1,\
24+
DMIC0_ID=2,DMIC1_ID=3,NUM_HDMIS=0,PREPROCESS_PLUGINS=nhlt,NHLT_BIN=nhlt-sof-mtl-rt711-4ch.bin,\
25+
DEEPBUFFER_FW_DMA_MS=100,DEEPBUFFER_D0I3_COMPATIBLE=true"
2626

2727
"cavs-sdw\;sof-mtl-rt711-l0-rt1316-l23-rt714-l1\;PLATFORM=mtl,NUM_SDW_AMP_LINKS=2,SDW_DMIC=1,\
2828
NUM_HDMIS=0,SDW_SPK_STREAM=SDW2-Playback,SDW_SPK_IN_STREAM=SDW2-Capture,SDW_DMIC_STREAM=SDW1-Capture"

0 commit comments

Comments
 (0)