]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
sof-skl_hda: add device definition to speaker disable sequence
authorJaska Uimonen <jaska.uimonen@linux.intel.com>
Fri, 27 Sep 2019 13:19:59 +0000 (16:19 +0300)
committerJaroslav Kysela <perex@perex.cz>
Tue, 22 Oct 2019 16:51:50 +0000 (18:51 +0200)
For example Pulseaudio is not able to run the disable sequence
if the device is not defined. So add the definition.

Signed-off-by: Jaska Uimonen <jaska.uimonen@linux.intel.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm/sof-skl_hda_card/HiFi.conf

index c878f0232f4cbdaa90aa867dd95fed7193bf6c09..078fe83d636d398bb3e6fab873ef3852b71c0f0a 100644 (file)
@@ -45,6 +45,7 @@ SectionDevice."Speaker" {
        ]
 
        DisableSequence [
+               cdev "hw:sofsklhdacard"
                cset "name='Speaker Playback Switch' off"
        ]