Skip to content

Commit

Permalink
topology2: add NHTL-free, 2 DMIC and 4 DMIC HDA generic topologies
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
marc-hb authored and kv2019i committed Feb 14, 2024
1 parent 68b1d97 commit ea28f10
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,13 @@ DEEPBUFFER_D0I3_COMPATIBLE=true"
# HDA topology with mixer-based pipelines for HDA and passthrough pipelines for HDMI
"sof-hda-generic\;sof-hda-generic\;HDA_CONFIG=mix,DEEPBUFFER_FW_DMA_MS=100,\
DEEPBUFFER_D0I3_COMPATIBLE=true"

# HDA topology with mixer-based pipelines for HDA and
# passthrough pipelines for HDMI and
# 2 or 4 DMIC, no NHLT blob included in topology
"sof-hda-generic\;sof-hda-generic-2ch\;HDA_CONFIG=mix,NUM_DMICS=2,\
DEEPBUFFER_FW_DMA_MS=100,DEEPBUFFER_D0I3_COMPATIBLE=true"
"sof-hda-generic\;sof-hda-generic-4ch\;HDA_CONFIG=mix,NUM_DMICS=4,\
DEEPBUFFER_FW_DMA_MS=100,DEEPBUFFER_D0I3_COMPATIBLE=true,\
PDM1_MIC_A_ENABLE=1,PDM1_MIC_B_ENABLE=1"
)

0 comments on commit ea28f10

Please sign in to comment.