From: Jaroslav Kysela Date: Thu, 24 Apr 2025 11:21:10 +0000 (+0200) Subject: USB-Audio: Steinberg UR22C - fix regex X-Git-Tag: v1.2.15.2~6 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=4d9d7adbfc4ea538c6a44c70a03b0df502d5aa2d;p=alsa-ucm-conf.git USB-Audio: Steinberg UR22C - fix regex There was thinko - right "any character" match is '.' not '?'. Fixes: 2ecc938 ("USB-Audio: Steinberg UR22C - fix capture channels for older firmware") Link: https://github.com/alsa-project/alsa-ucm-conf/issues/547 Signed-off-by: Jaroslav Kysela --- diff --git a/ucm2/USB-Audio/Steinberg/UR22C.conf b/ucm2/USB-Audio/Steinberg/UR22C.conf index 08e4100..154b509 100644 --- a/ucm2/USB-Audio/Steinberg/UR22C.conf +++ b/ucm2/USB-Audio/Steinberg/UR22C.conf @@ -7,7 +7,7 @@ If.fw { Condition { Type RegexMatch String "${sys-card:device/../bcdDevice}" - Match "0[12]??" + Match "0[12].." } True.Define.DirectCaptureChannels 2 }