From cd25b77f1e9003c7003e3a20484f62909c8144ee Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 28 Nov 2019 19:21:04 +0100 Subject: [PATCH] sof-hda-dsp: fix the default verbs - do not set 'Capture Switch', it should be handled by the app - disable the 'Auto-Mute Mode' in the driver - remove JackHWMute for speaker, it is no longer valid Signed-off-by: Jaroslav Kysela --- ucm2/sof-hda-dsp/HiFi.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ucm2/sof-hda-dsp/HiFi.conf b/ucm2/sof-hda-dsp/HiFi.conf index 8f1ee81..6dee548 100644 --- a/ucm2/sof-hda-dsp/HiFi.conf +++ b/ucm2/sof-hda-dsp/HiFi.conf @@ -2,7 +2,7 @@ SectionVerb { EnableSequence [ - cset "name='Capture Switch' on" + cset "name='Auto-Mute Mode' 'Disabled'" ] } @@ -25,7 +25,6 @@ SectionDevice."Headphone" { PlaybackVolume "Headphone Playback Volume" PlaybackSwitch "Headphone Playback Switch" PlaybackChannels "2" - JackHWMute "Speaker" If.jack { Condition { Type ControlExists -- 2.47.1