]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
ucm2: put disdevall to HDA/Soundwire configs
authorJaroslav Kysela <perex@perex.cz>
Tue, 24 May 2022 14:40:58 +0000 (16:40 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 24 May 2022 14:41:00 +0000 (16:41 +0200)
All device should be set to the sane (off) state when the verb
is selected.

Link: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues/1356
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/HDA/HiFi.conf
ucm2/Intel/sof-essx8336/HiFi.conf
ucm2/Intel/sof-hda-dsp/HiFi.conf
ucm2/sof-soundwire/HiFi.conf

index 700788e18473ff0cb47a94da7f97c4d8e249abea..9e567f6975852d70562407ede5918ca33b2d74b4 100644 (file)
@@ -1,6 +1,10 @@
 # Use case Configuration for sof-hda-dsp
 
 SectionVerb {
+       EnableSequence [
+               disdevall ""
+       ]
+
        Value.TQ "HiFi"
 }
 
index fc155f82f36d9c384458ea71d526aacc7fd10361..974a80aafb83e14b491f1dbb70cf1dccf894afe6 100644 (file)
@@ -1,7 +1,8 @@
 SectionVerb {
        EnableSequence [
+               disdevall ""
                # Disable all inputs / outputs
-               cset "name='Speaker Switch' off"
+               #   (may be duplicated with disdevall)
                cset "name='Headphone Switch' off"
                cset "name='Headset Mic Switch' off"
                cset "name='Internal Mic Switch' off"
index 713fdd94ef1971a35b83eb7ef5dda4004eaf1c31..813cb95f04b945258a4ea9425e4a9c043fbdd80f 100644 (file)
@@ -1,6 +1,10 @@
 # Use case Configuration for sof-hda-dsp
 
 SectionVerb {
+       EnableSequence [
+               devdisall ""
+       ]
+
        Value.TQ "HiFi"
 }
 
index e780ea47c3591e0a02dd0483c9ece3ccfc77d7bd..0b46640a810b56db8eb153b1118fbec17d665eb4 100644 (file)
@@ -1,6 +1,10 @@
 # Use case Configuration for sof-soundwire card
 
 SectionVerb {
+       EnableSequence [
+               devdisall ""
+       ]
+
        Value.TQ "HiFi"
 }