From 65b44204ea88105ed77cc68224fae440d475acca Mon Sep 17 00:00:00 2001 From: Srinivas Kandagatla Date: Thu, 23 Mar 2023 10:16:47 +0000 Subject: [PATCH] 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. Signed-off-by: Srinivas Kandagatla --- ucm2/codecs/qcom-lpass/va-macro/DMIC1EnableSeq.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucm2/codecs/qcom-lpass/va-macro/DMIC1EnableSeq.conf b/ucm2/codecs/qcom-lpass/va-macro/DMIC1EnableSeq.conf index 89783f5c..b11ddac7 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" ]