From a4215fbcf4621adc1deab54e3493163c29ed5e3f Mon Sep 17 00:00:00 2001 From: "Lukas F. Hartmann" <lukas@mntre.com> Date: Tue, 2 Mar 2021 20:41:59 +0100 Subject: [PATCH] asound.state: fix input switch to make headset mic work by default --- reform2-imx8mq/template-etc/asound.state | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reform2-imx8mq/template-etc/asound.state b/reform2-imx8mq/template-etc/asound.state index bc740cd..b8c162a 100644 --- a/reform2-imx8mq/template-etc/asound.state +++ b/reform2-imx8mq/template-etc/asound.state @@ -601,7 +601,7 @@ state.wm8960audio { control.50 { iface MIXER name 'Left Input Mixer Boost Switch' - value false + value true comment { access 'read write' type BOOLEAN -- GitLab