From: Hui Wang Date: Thu, 29 Oct 2020 05:34:02 +0000 (+0800) Subject: sof-hda-dsp: Set Master Playback Switch on in the BootSequence X-Git-Tag: v1.2.5~72 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=cf267cce6d553d4d436c166c23d3befc5476acef;p=alsa-ucm-conf.git sof-hda-dsp: Set Master Playback Switch on in the BootSequence Otherwise, the audio output will be muted by default if there is no /var/lib/alsa/asound.state. I have experienced this issue When newly install an OS. Signed-off-by: Hui Wang Signed-off-by: Jaroslav Kysela --- diff --git a/ucm2/HDA-Intel/init.conf b/ucm2/HDA-Intel/init.conf index 1a351a9..6310eb3 100644 --- a/ucm2/HDA-Intel/init.conf +++ b/ucm2/HDA-Intel/init.conf @@ -15,6 +15,7 @@ If.master { } True.BootSequence [ cset "name='Master Playback Volume' 60%" + cset "name='Master Playback Switch' on" ] } diff --git a/ucm2/sof-hda-dsp/sof-hda-dsp.conf b/ucm2/sof-hda-dsp/sof-hda-dsp.conf index c8069a6..79b54a9 100644 --- a/ucm2/sof-hda-dsp/sof-hda-dsp.conf +++ b/ucm2/sof-hda-dsp/sof-hda-dsp.conf @@ -24,6 +24,7 @@ If.master { } True.BootSequence [ cset "name='Master Playback Volume' 60%" + cset "name='Master Playback Switch' on" ] }