Skip to content

Commit ea28f10

Browse files
marc-hbkv2019i
authored andcommitted
topology2: add NHTL-free, 2 DMIC and 4 DMIC HDA generic topologies
Addition modelled after main branch mega commit 65e4c1f ("topology2: Merge avs-tplg and sof-ace-tplg under production directory") As the "Deep Buffer cleanups" commit 80f283d ("topology2: Mark DeepBuffer D0I3 compatible by default") and commit 4bb4875 ("topology2: Remove redundant DEEPBUFFER_FW_DMA_MS=100 settings") are not in this stable-v2.8 branch, the following parameters are present here: DEEPBUFFER_FW_DMA_MS=100, DEEPBUFFER_D0I3_COMPATIBLE=true Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent 68b1d97 commit ea28f10

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tools/topology/topology2/production/tplg-targets-hda-generic.cmake

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,13 @@ DEEPBUFFER_D0I3_COMPATIBLE=true"
66
# HDA topology with mixer-based pipelines for HDA and passthrough pipelines for HDMI
77
"sof-hda-generic\;sof-hda-generic\;HDA_CONFIG=mix,DEEPBUFFER_FW_DMA_MS=100,\
88
DEEPBUFFER_D0I3_COMPATIBLE=true"
9+
10+
# HDA topology with mixer-based pipelines for HDA and
11+
# passthrough pipelines for HDMI and
12+
# 2 or 4 DMIC, no NHLT blob included in topology
13+
"sof-hda-generic\;sof-hda-generic-2ch\;HDA_CONFIG=mix,NUM_DMICS=2,\
14+
DEEPBUFFER_FW_DMA_MS=100,DEEPBUFFER_D0I3_COMPATIBLE=true"
15+
"sof-hda-generic\;sof-hda-generic-4ch\;HDA_CONFIG=mix,NUM_DMICS=4,\
16+
DEEPBUFFER_FW_DMA_MS=100,DEEPBUFFER_D0I3_COMPATIBLE=true,\
17+
PDM1_MIC_A_ENABLE=1,PDM1_MIC_B_ENABLE=1"
918
)

0 commit comments

Comments
 (0)