]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
USB-Audio: Fix UR22C firmware version condition
authorjwlademann <james.lademann@landregistry.gov.uk>
Sun, 11 Jan 2026 14:34:54 +0000 (14:34 +0000)
committerJaroslav Kysela <perex@perex.cz>
Sun, 11 Jan 2026 16:39:50 +0000 (17:39 +0100)
Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/684
Signed-off-by: jwlademann <james.lademann@landregistry.gov.uk>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/USB-Audio/Steinberg/UR22C.conf

index f8e8b09154c5c9ad7a2c42f234c65a4393eb6889..990c8ca6a15c77524f741f2f2d92b96c982f8842 100644 (file)
@@ -7,7 +7,7 @@ If.fw {
        Condition {
                Type RegexMatch
                String "${sys-card:device/../bcdDevice}"
-               Match "0[12].."
+               Regex "0[12].."
        }
        True.Define.DirectCaptureChannels 2
 }