Skip to content

Commit

Permalink
topology1: remove mute led from SoundWire capture
Browse files Browse the repository at this point in the history
We should only use mute led on the PCH dmic.
pipe-highpass-switch-capture.m4 and pipe-volume-switch-capture are only
used by SoundWire and nocodec pipelines. It will not impact the existing
products.

Signed-off-by: Bard Liao <[email protected]>
  • Loading branch information
bardliao committed Dec 24, 2024
1 parent 84209f6 commit 200006d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ C_CONTROLMIXER(Master Capture Switch, PIPELINE_ID,
,
Channel register and shift for Front Left/Right,
LIST(` ', KCONTROL_CHANNEL(FL, 2, 0), KCONTROL_CHANNEL(FR, 2, 1)),
"1", "1")
"0", "0")
#
# Volume Configuration
#
Expand Down
2 changes: 1 addition & 1 deletion tools/topology/topology1/sof/pipe-volume-switch-capture.m4
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ C_CONTROLMIXER(Master Capture Switch, PIPELINE_ID,
,
Channel register and shift for Front Left/Right,
LIST(` ', KCONTROL_CHANNEL(FL, 2, 0), KCONTROL_CHANNEL(FR, 2, 1)),
"1", "1")
"0", "0")

#
# Volume Configuration
Expand Down

0 comments on commit 200006d

Please sign in to comment.