|
3 | 3 | # Array of "input-file-name;output-file-name;comma separated pre-processor variables" |
4 | 4 | set(TPLGS |
5 | 5 | # CAVS HDMI only topology with passthrough pipelines |
6 | | -"sof-hda-generic\;sof-hda-generic-idisp\;USE_CHAIN_DMA=false,DEEPBUFFER_FW_DMA_MS=100" |
| 6 | +"sof-hda-generic\;sof-hda-generic-idisp\;USE_CHAIN_DMA=true,DEEPBUFFER_FW_DMA_MS=100" |
7 | 7 | # CAVS HDA topology with mixer-based pipelines for HDA and passthrough pipelines for HDMI |
8 | | -"sof-hda-generic\;sof-hda-generic\;HDA_CONFIG=mix,USE_CHAIN_DMA=false,DEEPBUFFER_FW_DMA_MS=100" |
| 8 | +"sof-hda-generic\;sof-hda-generic\;HDA_CONFIG=mix,USE_CHAIN_DMA=true,DEEPBUFFER_FW_DMA_MS=100" |
9 | 9 | # If the alsatplg plugins for NHLT are not available, the NHLT blobs will not be added to the |
10 | 10 | # topologies below. |
11 | 11 | "sof-hda-generic\;sof-hda-generic-2ch\;\ |
12 | | -HDA_CONFIG=mix,NUM_DMICS=2,PREPROCESS_PLUGINS=nhlt,NHLT_BIN=nhlt-sof-hda-generic-2ch.bin,USE_CHAIN_DMA=false,\ |
| 12 | +HDA_CONFIG=mix,NUM_DMICS=2,PREPROCESS_PLUGINS=nhlt,NHLT_BIN=nhlt-sof-hda-generic-2ch.bin,USE_CHAIN_DMA=true,\ |
13 | 13 | DEEPBUFFER_FW_DMA_MS=100" |
14 | 14 | "sof-hda-generic\;sof-hda-generic-4ch\;\ |
15 | 15 | HDA_CONFIG=mix,NUM_DMICS=4,PDM1_MIC_A_ENABLE=1,PDM1_MIC_B_ENABLE=1,\ |
16 | | -PREPROCESS_PLUGINS=nhlt,NHLT_BIN=nhlt-sof-hda-generic-4ch.bin,USE_CHAIN_DMA=false,DEEPBUFFER_FW_DMA_MS=100" |
| 16 | +PREPROCESS_PLUGINS=nhlt,NHLT_BIN=nhlt-sof-hda-generic-4ch.bin,USE_CHAIN_DMA=true,DEEPBUFFER_FW_DMA_MS=100" |
17 | 17 | # CAVS SDW topology with passthrough pipelines |
18 | 18 | "cavs-sdw\;cavs-sdw\;DEEPBUFFER_FW_DMA_MS=100,\ |
19 | 19 | PREPROCESS_PLUGINS=nhlt,NHLT_BIN=nhlt-cavs-sdw.bin" |
|
0 commit comments