From 200006d7c11dc8785ea840c04f8e05344ad1c3f3 Mon Sep 17 00:00:00 2001 From: Bard Liao Date: Tue, 24 Dec 2024 19:21:43 +0800 Subject: [PATCH] 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 --- tools/topology/topology1/sof/pipe-highpass-switch-capture.m4 | 2 +- tools/topology/topology1/sof/pipe-volume-switch-capture.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/topology/topology1/sof/pipe-highpass-switch-capture.m4 b/tools/topology/topology1/sof/pipe-highpass-switch-capture.m4 index e34b454d662c..04f668aac112 100644 --- a/tools/topology/topology1/sof/pipe-highpass-switch-capture.m4 +++ b/tools/topology/topology1/sof/pipe-highpass-switch-capture.m4 @@ -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 # diff --git a/tools/topology/topology1/sof/pipe-volume-switch-capture.m4 b/tools/topology/topology1/sof/pipe-volume-switch-capture.m4 index e61cd45afc4b..7d713a424b1c 100644 --- a/tools/topology/topology1/sof/pipe-volume-switch-capture.m4 +++ b/tools/topology/topology1/sof/pipe-volume-switch-capture.m4 @@ -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