From: Chris H. Meyer Date: Sun, 25 Jun 2023 19:53:21 +0000 (+0200) Subject: Add support for Steinberg UR44C X-Git-Tag: v1.2.10~17 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=b4f4fbcdc0888c069b5b3feb4333cb0b0a0b4c0c;p=alsa-ucm-conf.git 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 --- 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" }