Fixes: https://github.com/alsa-project/alsa-ucm-conf/issues/444
Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/523
Signed-off-by: Craig McLure <craig@mclure.net>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ChannelPos1 FR
}
}
+
+If.mix2 {
+ Condition {
+ Type String
+ String1 "${var:CaptureChannels}"
+ String2 "25"
+ }
+ True.SectionDevice."Line6" {
+ Comment "Broadcast Stream Mix 2"
+
+ Value {
+ CapturePriority 200
+ }
+
+ Macro.pcm_split.SplitPCMDevice {
+ Name "goxlr_stereo_in"
+ Direction Capture
+ HWChannels "${var:CaptureChannels}"
+ Channels 2
+ Channel0 23
+ Channel1 24
+ ChannelPos0 FL
+ ChannelPos1 FR
+ }
+ }
+}