From c0b9d6fb207d533d348942e02ecdc57984eb5fc3 Mon Sep 17 00:00:00 2001 From: Kai-Chuan Hsieh Date: Mon, 26 Dec 2022 10:24:20 +0800 Subject: [PATCH] sof-hda-dsp: Set Dmic0 Capture Switch on Internal micrphone default is off after fresh installation. Add operation to set the control on to align with other architecture. Fixes: https://github.com/alsa-project/alsa-ucm-conf/pull/259 Signed-off-by: Kai-Chuan Hsieh Signed-off-by: Jaroslav Kysela --- ucm2/Intel/sof-hda-dsp/sof-hda-dsp.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/ucm2/Intel/sof-hda-dsp/sof-hda-dsp.conf b/ucm2/Intel/sof-hda-dsp/sof-hda-dsp.conf index 7ef4f24..6887938 100644 --- a/ucm2/Intel/sof-hda-dsp/sof-hda-dsp.conf +++ b/ucm2/Intel/sof-hda-dsp/sof-hda-dsp.conf @@ -83,6 +83,7 @@ If.dmic { } True.BootSequence [ cset "name='Dmic0 Capture Volume' 70%" + cset "name='Dmic0 Capture Switch' on" ] } } -- 2.47.1