From b4f4fbcdc0888c069b5b3feb4333cb0b0a0b4c0c Mon Sep 17 00:00:00 2001 From: "Chris H. Meyer" Date: Sun, 25 Jun 2023 21:53:21 +0200 Subject: [PATCH] Add support for Steinberg UR44C Fixes: https://github.com/alsa-project/alsa-ucm-conf/pull/330 Signed-off-by: Chris H. Meyer Signed-off-by: Jaroslav Kysela --- ucm2/USB-Audio/USB-Audio.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ucm2/USB-Audio/USB-Audio.conf b/ucm2/USB-Audio/USB-Audio.conf index c128f1a..b4261d7 100644 --- a/ucm2/USB-Audio/USB-Audio.conf +++ b/ucm2/USB-Audio/USB-Audio.conf @@ -103,9 +103,9 @@ If.steinberg-ur24c { If.steinberg-ur44 { Condition { - Type String - Haystack "${CardComponents}" - Needle "USB0499:1700" + Type RegexMatch + String "${CardComponents}" + Regex "USB0499:17[03]0" } True.Define.ProfileName "Steinberg/UR44" } -- 2.47.1