From c37d4de3d23b9d8d7b59b84d426e199aacfdcc94 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Tue, 29 Mar 2022 16:48:32 -0300 Subject: [PATCH] ucm2: sof-essx8336: Fill in SectionVerb session at HiFi.conf There is an open: SectionVerb { at HiFi.conf, which is not only unused, but also it is missing its close bracket. Fixes: https://github.com/alsa-project/alsa-ucm-conf/pull/144 Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Jaroslav Kysela --- ucm2/Intel/sof-essx8336/HiFi.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ucm2/Intel/sof-essx8336/HiFi.conf b/ucm2/Intel/sof-essx8336/HiFi.conf index 14575c5..1a57a2b 100644 --- a/ucm2/Intel/sof-essx8336/HiFi.conf +++ b/ucm2/Intel/sof-essx8336/HiFi.conf @@ -1,4 +1,13 @@ SectionVerb { + EnableSequence [ + # Disable all inputs / outputs + cset "name='Speaker Switch' off" + cset "name='Headphone Switch' off" + cset "name='Headset Mic Switch' off" + cset "name='Internal Mic Switch' off" + cset "name='DAC Mono Mix Switch' off" + ] +} If.amic { Condition { -- 2.47.1