From: Srinivas Kandagatla Date: Thu, 23 Mar 2023 10:16:47 +0000 (+0000) Subject: ucm2: codecs: va-macro: fix dmic1 mux setting X-Git-Tag: v1.2.9~5 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=873fba2e0f971d6d74df6c11be77cbe3dd7571e4;p=alsa-ucm-conf.git ucm2: codecs: va-macro: fix dmic1 mux setting Looks like there was a typo in setting up dmic1 mux. Without this dmic01 selection would only do single channel record instead of 2 channel recording. Fixes: https://github.com/alsa-project/alsa-ucm-conf/pull/294 Signed-off-by: Srinivas Kandagatla Signed-off-by: Jaroslav Kysela --- diff --git a/ucm2/codecs/qcom-lpass/va-macro/DMIC1EnableSeq.conf b/ucm2/codecs/qcom-lpass/va-macro/DMIC1EnableSeq.conf index 89783f5..b11ddac 100644 --- a/ucm2/codecs/qcom-lpass/va-macro/DMIC1EnableSeq.conf +++ b/ucm2/codecs/qcom-lpass/va-macro/DMIC1EnableSeq.conf @@ -1,6 +1,6 @@ EnableSequence [ cset "name='VA DEC1 MUX' VA_DMIC" - cset "name='VA DMIC MUX0' DMIC1" + cset "name='VA DMIC MUX1' DMIC1" cset "name='VA_AIF1_CAP Mixer DEC1' 1" cset "name='VA_DEC1 Volume' 100" ]