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