From 0681240808b08715a6b50376cad183f83a6a4764 Mon Sep 17 00:00:00 2001 From: jwlademann Date: Sun, 11 Jan 2026 14:34:54 +0000 Subject: [PATCH] USB-Audio: Fix UR22C firmware version condition Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/684 Signed-off-by: jwlademann Signed-off-by: Jaroslav Kysela --- ucm2/USB-Audio/Steinberg/UR22C.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucm2/USB-Audio/Steinberg/UR22C.conf b/ucm2/USB-Audio/Steinberg/UR22C.conf index f8e8b09..990c8ca 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].." + Regex "0[12].." } True.Define.DirectCaptureChannels 2 } -- 2.47.3