]> git.sesse.net Git - ultimatescore/commitdiff
Add the missing audio mapping file.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 16 Feb 2020 22:14:40 +0000 (23:14 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 16 Feb 2020 22:14:40 +0000 (23:14 +0100)
nageru/ultimate.mapping [new file with mode: 0644]

diff --git a/nageru/ultimate.mapping b/nageru/ultimate.mapping
new file mode 100644 (file)
index 0000000..98c5585
--- /dev/null
@@ -0,0 +1,22 @@
+device {
+  type: ALSA_INPUT
+  index: 2
+  display_name: "Scarlett 18i20 USB (USB Audio)"
+  alsa_name: "Scarlett 18i20 USB"
+  alsa_info: "USB Audio"
+  num_channels: 18
+  address: "hw:1,0"
+  extra_delay_ms: 0
+}
+bus {
+  name: "Ambience mic"
+  device_index: 0
+  source_channel_left: 4
+  source_channel_right: 5
+}
+bus {
+  name: "Commentator 1"
+  device_index: 0
+  source_channel_left: 2
+  source_channel_right: 2
+}