]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
ucm2: remove empty enable/disable sequence sections
authorJaroslav Kysela <perex@perex.cz>
Tue, 21 Apr 2020 14:54:53 +0000 (16:54 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 21 Apr 2020 14:54:53 +0000 (16:54 +0200)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/codecs/rt5651/HeadPhones.conf
ucm2/codecs/rt5651/Speaker.conf
ucm2/sof-bdw-rt5677/HiFi.conf

index 266c8519629cb8325ca341675ea76876391f5e36..c7165878e494aae0f8253c1a84ca9428b3c48943 100644 (file)
@@ -15,12 +15,12 @@ SectionDevice."Headphones" {
                cset "name='LOUT R Playback Switch' off"
        ]
 
-       DisableSequence [
+       DisableSequence [
                # This is done by the Speaker EnableSequence, so that the
                # Platform Clock and BIAS do not temporarily get turned off
                # as that breaks audio-streams which are playing when
                # switching between Speaker/Headphone
-       ]
+       ]
 
        Value {
                PlaybackPriority 200
index 18308b48f98035a7fe448950e9d6bc82c48a981b..b63390fb3d209689de6a817192c603e753403315 100644 (file)
@@ -15,12 +15,12 @@ SectionDevice."Speaker" {
                cset "name='HPO R Playback Switch' off"
        ]
 
-       DisableSequence [
+       DisableSequence [
                # This is done by the Headphones EnableSequence, so that the
                # Platform Clock and BIAS do not temporarily get turned off
                # as that breaks audio-streams which are playing when
                # switching between Speaker/Headphone
-       ]
+       ]
 
        Value {
                PlaybackPriority 100
index 724a1cc3fbdfb245ad3a3d35d79522b5f5b10d52..30dc987cc60761a2af537efb212da87f6107674a 100644 (file)
@@ -74,9 +74,6 @@ SectionVerb {
                cset "name='IB01 Bypass Mux' Bypass"
                cset "name='Mono ADC Boost Volume' 2"
        ]
-
-       DisableSequence [
-       ]
 }
 
 SectionDevice."Speaker" {
@@ -86,12 +83,6 @@ SectionDevice."Speaker" {
                "Headphones"
        ]
 
-       EnableSequence [
-       ]
-
-       DisableSequence [
-       ]
-
        Value {
                PlaybackPriority 100
                PlaybackPCM "hw:${CardId}"
@@ -143,12 +134,6 @@ SectionDevice."Mic" {
                "Headset"
        ]
 
-       EnableSequence [
-       ]
-
-       DisableSequence [
-       ]
-
        Value {
                CapturePriority 100
                CapturePCM "hw:${CardId}"