topology2: sof-mtl-rt711-4ch: specify PLATFORM=mtl

It worked because we defined DMIC_DRIVER_VERSION 3 as the default value.
We have to specify PLATFORM=mtl when the default value was removed.

Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
This commit is contained in:
Bard Liao 2023-01-19 10:52:49 +08:00 committed by Kai Vehmanen
parent 507ad53b48
commit 64dc4a7a7b
2 changed files with 7 additions and 1 deletions

View File

@ -34,6 +34,7 @@
<hdmi-default.conf>
Define {
PLATFORM "none"
DMIC_IO_CLK 38400000
NUM_DMICS 0
# override DMIC default definitions
@ -62,6 +63,11 @@ Define {
SDW_DMIC 0
}
# override defaults with platform-specific config
IncludeByKey.PLATFORM {
"mtl" "platform/intel/mtl.conf"
}
# include DMIC config if needed.
IncludeByKey.NUM_DMICS {
"[1-4]" "platform/intel/dmic-generic.conf"

View File

@ -17,7 +17,7 @@ DEEPBUFFER_FW_DMA_MS=100"
# SDW + DMIC topology with passthrough pipelines
# We will change NUM_HDMIS to 3 once HDMI is enabled on MTL RVP
"cavs-sdw\;sof-mtl-rt711-4ch\;NUM_DMICS=4,DMIC0_ID=2,DMIC1_ID=3,NUM_HDMIS=0,\
"cavs-sdw\;sof-mtl-rt711-4ch\;PLATFORM=mtl,NUM_DMICS=4,DMIC0_ID=2,DMIC1_ID=3,NUM_HDMIS=0,\
PREPROCESS_PLUGINS=nhlt,NHLT_BIN=nhlt-sof-mtl-rt711-4ch.bin,DEEPBUFFER_FW_DMA_MS=100"
"cavs-rt5682\;sof-mtl-max98357a-rt5682\;PLATFORM=mtl,NUM_DMICS=4,PDM1_MIC_A_ENABLE=1,PDM1_MIC_B_ENABLE=1,\