From: Jaroslav Kysela Date: Mon, 25 May 2020 15:03:03 +0000 (+0200) Subject: bytcr-rt5651: fix the cfg-mic:in1 / cfg-mic:in12 match error X-Git-Tag: v1.2.3~22 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=1b502a0b5b0f4068afa2afd1f81372fe9f323eb5;p=alsa-ucm-conf.git bytcr-rt5651: fix the cfg-mic:in1 / cfg-mic:in12 match error Signed-off-by: Jaroslav Kysela --- diff --git a/ucm2/bytcr-rt5651/HiFi-Components.conf b/ucm2/bytcr-rt5651/HiFi-Components.conf index d0a573e..966e879 100644 --- a/ucm2/bytcr-rt5651/HiFi-Components.conf +++ b/ucm2/bytcr-rt5651/HiFi-Components.conf @@ -50,17 +50,6 @@ If.dmic { } } -If.in1 { - Condition { - Type String - Haystack "${CardComponents}" - Needle "cfg-mic:in1" - } - True { - - } -} - If.in2 { Condition { Type String @@ -81,4 +70,16 @@ If.in12 { True { } + False { + If.in1 { + Condition { + Type String + Haystack "${CardComponents}" + Needle "cfg-mic:in1" + } + True { + + } + } + } }