]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
USB-Audio: Add Roland BridgeCast One
authorSimon99de <108487311+Simon99de@users.noreply.github.com>
Thu, 27 Mar 2025 16:22:10 +0000 (17:22 +0100)
committerJaroslav Kysela <perex@perex.cz>
Fri, 4 Apr 2025 09:00:42 +0000 (11:00 +0200)
Use similar config as the BridgeCast v2 as it has the same outputs and it worked in my test.

Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/536
Signed-off-by: Simon99de <108487311+Simon99de@users.noreply.github.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/USB-Audio/USB-Audio.conf

index 1dcc989b3583c6308022f6a06edaa50ca0289632..a2e35ef9322ba7bdb399180f7ec9b93491745702 100644 (file)
@@ -189,9 +189,11 @@ If.roland-bridgecast {
 
 If.roland-bridgecastv2 {
        Condition {
-               Type String
-               Haystack "${CardComponents}"
-               Needle "USB0582:031e"
+               Type RegexMatch
+               String "${CardComponents}"
+               # 0582:031e Bridge Cast Firmware V2
+               # 0582:030d Bridge Cast One
+               Regex "USB0582:03((1e)|(0d))"
        }
        True.Define.ProfileName "Roland/BridgeCastV2"
 }