]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
Add support for Steinberg UR44C
authorChris H. Meyer <christian.h.meyer@t-online.de>
Sun, 25 Jun 2023 19:53:21 +0000 (21:53 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 28 Jun 2023 10:48:50 +0000 (12:48 +0200)
Fixes: https://github.com/alsa-project/alsa-ucm-conf/pull/330
Signed-off-by: Chris H. Meyer <christian.h.meyer@t-online.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/USB-Audio/USB-Audio.conf

index c128f1a3efa88fd5fc8d036b9335f2d4ef0aea75..b4261d7713739418508b088b25838359c4d170a9 100644 (file)
@@ -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"
 }