From 2c06f4fbc7d4a19a6dcbbdf86e9e38e390e7f4fb Mon Sep 17 00:00:00 2001 From: Simon99de <108487311+Simon99de@users.noreply.github.com> Date: Thu, 27 Mar 2025 17:22:10 +0100 Subject: [PATCH] USB-Audio: Add Roland BridgeCast One 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 --- ucm2/USB-Audio/USB-Audio.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ucm2/USB-Audio/USB-Audio.conf b/ucm2/USB-Audio/USB-Audio.conf index 1dcc989..a2e35ef 100644 --- a/ucm2/USB-Audio/USB-Audio.conf +++ b/ucm2/USB-Audio/USB-Audio.conf @@ -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" } -- 2.47.1