Skip to content

Commit

Permalink
Tools: Topology2: Build HDA generic development tplg with 16 bit DMIC
Browse files Browse the repository at this point in the history
This patch adds build of development topologies:
- sof-hda-generic-cavs25-4ch-16k-16k-16bit.tplg
- sof-hda-generic-cavs25-4ch-48k-16k-16bit.tplg
- sof-hda-generic-lnl-4ch-16k-16k-16bit.tplg
- sof-hda-generic-lnl-4ch-48k-16k-16bit.tplg

Signed-off-by: Seppo Ingalsuo <[email protected]>
  • Loading branch information
singalsu committed Feb 26, 2024
1 parent ace43d7 commit 40360aa
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions tools/topology/topology2/development/tplg-targets.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,30 @@ PREPROCESS_PLUGINS=nhlt,NHLT_BIN=nhlt-sof-tgl-nocodec-rtcaec.bin"

# Topology for SOF plugin
"development/sof-plugin\;sof-plugin\;NOISE_SUPPRESSION=false"

# With 16 kHz and 16 bit DMIC0 and DMIC1
"sof-hda-generic\;sof-hda-generic-cavs25-4ch-16k-16k-16bit\;HDA_CONFIG=mix,\
PREPROCESS_PLUGINS=nhlt,NHLT_BIN=nhlt-sof-hda-generic-cavs25-4ch-16k-16k-16bit.bin,\
NUM_DMICS=4,PDM1_MIC_A_ENABLE=1,PDM1_MIC_B_ENABLE=1,\
DMIC0_RATE=16000,DMIC0_BITS=16,DMIC1_RATE=16000,DMIC1_BITS=16,\
PASSTHROUGH=true,DMIC1_ENABLE=passthrough,PLATFORM=tgl"

"sof-hda-generic\;sof-hda-generic-lnl-4ch-16k-16k-16bit\;HDA_CONFIG=mix,\
PREPROCESS_PLUGINS=nhlt,NHLT_BIN=nhlt-sof-hda-generic-lnl-4ch-16k-16k-16bit.bin,\
NUM_DMICS=4,PDM1_MIC_A_ENABLE=1,PDM1_MIC_B_ENABLE=1,\
DMIC0_RATE=16000,DMIC0_BITS=16,DMIC1_RATE=16000,DMIC1_BITS=16,\
PASSTHROUGH=true,DMIC1_ENABLE=passthrough,PLATFORM=lnl"

# With 48 kHz and 16 bit DMIC0 and 16 kHz and 16 bit DMIC1
"sof-hda-generic\;sof-hda-generic-cavs25-4ch-48k-16k-16bit\;HDA_CONFIG=mix,\
PREPROCESS_PLUGINS=nhlt,NHLT_BIN=nhlt-sof-hda-generic-cavs25-4ch-48k-16k-16bit.bin,\
NUM_DMICS=4,PDM1_MIC_A_ENABLE=1,PDM1_MIC_B_ENABLE=1,\
DMIC0_RATE=48000,DMIC0_BITS=16,DMIC1_RATE=16000,DMIC1_BITS=16,\
PASSTHROUGH=true,DMIC1_ENABLE=passthrough,PLATFORM=tgl"

"sof-hda-generic\;sof-hda-generic-lnl-4ch-48k-16k-16bit\;HDA_CONFIG=mix,\
PREPROCESS_PLUGINS=nhlt,NHLT_BIN=nhlt-sof-hda-generic-lnl-4ch-48k-16k-16bit.bin,\
NUM_DMICS=4,PDM1_MIC_A_ENABLE=1,PDM1_MIC_B_ENABLE=1,\
DMIC0_RATE=48000,DMIC0_BITS=16,DMIC1_RATE=16000,DMIC1_BITS=16,\
PASSTHROUGH=true,DMIC1_ENABLE=passthrough,PLATFORM=lnl"
)

0 comments on commit 40360aa

Please sign in to comment.