]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
ucm2: codecs: va-macro: fix dmic1 mux setting
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Thu, 23 Mar 2023 10:16:47 +0000 (10:16 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 17 Apr 2023 08:13:03 +0000 (10:13 +0200)
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 <srinivas.kandagatla@linaro.org>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/codecs/qcom-lpass/va-macro/DMIC1EnableSeq.conf

index 89783f5cd5cb41c49ab0a049ea8b2561ed2b93a6..b11ddac7f26dc12026e1d1fa4a05131359fc315f 100644 (file)
@@ -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"
 ]