From eaa37b65e65e52df25c37efee58786fb22911eba Mon Sep 17 00:00:00 2001 From: Jaska Uimonen Date: Fri, 27 Sep 2019 16:26:52 +0300 Subject: [PATCH] sof-skl_hda: remove volume setting in enable/disable sequences If the volume setting is defined in enable sequence you will always get that exact volume when switching outputs in some user space software like Pulseaudio. Pulseaudio will itself keep track of the volume previously set. Signed-off-by: Jaska Uimonen Signed-off-by: Liam Girdwood Signed-off-by: Jaroslav Kysela --- ucm/sof-skl_hda_card/HiFi.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/ucm/sof-skl_hda_card/HiFi.conf b/ucm/sof-skl_hda_card/HiFi.conf index 376f177..c878f02 100644 --- a/ucm/sof-skl_hda_card/HiFi.conf +++ b/ucm/sof-skl_hda_card/HiFi.conf @@ -18,7 +18,6 @@ SectionDevice."Headphone" { EnableSequence [ cdev "hw:sofsklhdacard" - cset "name='Headphone Playback Volume' 80" cset "name='Headphone Playback Switch' on" ] @@ -43,7 +42,6 @@ SectionDevice."Speaker" { EnableSequence [ cdev "hw:sofsklhdacard" cset "name='Speaker Playback Switch' on" - cset "name='Speaker Playback Volume' 80" ] DisableSequence [ @@ -88,7 +86,6 @@ SectionDevice."Dmic" { EnableSequence [ cdev "hw:sofsklhdacard" - cset "name='PGA10.0 10 Master Capture Volume' 75" ] DisableSequence [ -- 2.47.1