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:
parent
ff1184ae23
commit
2c06f4fbc7
1 changed files with 5 additions and 3 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue