Skip to content

Commit

Permalink
topology2: sof-hda-generic-Xch: add mute LED switch
Browse files Browse the repository at this point in the history
Add a mute LED switch for PCH DMIC.

Signed-off-by: Brent Lu <[email protected]>
  • Loading branch information
brentlu committed Jan 18, 2024
1 parent e0ed509 commit 636eccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/topology/topology2/sof-ace-tplg/tplg-targets.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ set(TPLGS
# topologies below.
"sof-hda-generic\;sof-hda-generic-4ch\;PLATFORM=mtl,\
HDA_CONFIG=mix,NUM_DMICS=4,PDM1_MIC_A_ENABLE=1,PDM1_MIC_B_ENABLE=1,PREPROCESS_PLUGINS=nhlt,\
NHLT_BIN=nhlt-sof-hda-generic-4ch.bin"
NHLT_BIN=nhlt-sof-hda-generic-4ch.bin,DMIC_MUTE_LED=true"
"sof-hda-generic\;sof-hda-generic-2ch\;PLATFORM=mtl,\
HDA_CONFIG=mix,NUM_DMICS=2,PREPROCESS_PLUGINS=nhlt,NHLT_BIN=nhlt-sof-hda-generic-2ch.bin"
HDA_CONFIG=mix,NUM_DMICS=2,PREPROCESS_PLUGINS=nhlt,NHLT_BIN=nhlt-sof-hda-generic-2ch.bin,DMIC_MUTE_LED=true"

# SDW + DMIC topology with passthrough pipelines
# We will change NUM_HDMIS to 3 once HDMI is enabled on MTL RVP
Expand Down

0 comments on commit 636eccb

Please sign in to comment.