Skip to content

Commit ae5e842

Browse files
committed
topology1: remove mute led from SoundWire capture
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]>
1 parent 84209f6 commit ae5e842

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tools/topology/topology1/sof/pipe-highpass-switch-capture.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ C_CONTROLMIXER(Master Capture Switch, PIPELINE_ID,
3838
,
3939
Channel register and shift for Front Left/Right,
4040
LIST(` ', KCONTROL_CHANNEL(FL, 2, 0), KCONTROL_CHANNEL(FR, 2, 1)),
41-
"1", "1")
41+
"0", "0")
4242
#
4343
# Volume Configuration
4444
#

tools/topology/topology1/sof/pipe-volume-switch-capture.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ C_CONTROLMIXER(Master Capture Switch, PIPELINE_ID,
3232
,
3333
Channel register and shift for Front Left/Right,
3434
LIST(` ', KCONTROL_CHANNEL(FL, 2, 0), KCONTROL_CHANNEL(FR, 2, 1)),
35-
"1", "1")
35+
"0", "0")
3636

3737
#
3838
# Volume Configuration

0 commit comments

Comments
 (0)