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 <perex@perex.cz>
This commit is contained in:
Simon99de 2025-03-27 17:22:10 +01:00 committed by Jaroslav Kysela
commit 2c06f4fbc7

View 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"
}