From 8797ee0bd9210f91f2335b74840e49dd3b52b80f Mon Sep 17 00:00:00 2001 From: Jaska Uimonen Date: Fri, 27 Sep 2019 16:19:59 +0300 Subject: [PATCH] sof-skl_hda: add device definition to speaker disable sequence 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 Signed-off-by: Jaroslav Kysela --- ucm/sof-skl_hda_card/HiFi.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/ucm/sof-skl_hda_card/HiFi.conf b/ucm/sof-skl_hda_card/HiFi.conf index c878f02..078fe83 100644 --- a/ucm/sof-skl_hda_card/HiFi.conf +++ b/ucm/sof-skl_hda_card/HiFi.conf @@ -45,6 +45,7 @@ SectionDevice."Speaker" { ] DisableSequence [ + cdev "hw:sofsklhdacard" cset "name='Speaker Playback Switch' off" ] -- 2.47.1