From 6d2fa862858dafdea29fc2e4a3dc39c3dbb17f2e Mon Sep 17 00:00:00 2001 From: Lasse Flygenring-Harrsen Date: Thu, 9 Jul 2020 00:42:03 +0200 Subject: Import Upstream version 0.7.1 --- example_files/etc/asound.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 example_files/etc/asound.conf (limited to 'example_files/etc/asound.conf') diff --git a/example_files/etc/asound.conf b/example_files/etc/asound.conf new file mode 100644 index 0000000..601d676 --- /dev/null +++ b/example_files/etc/asound.conf @@ -0,0 +1,20 @@ +pcm.!default { + type plug # <-- no { here + slave.pcm { + type multi + slaves { + a { channels 2 pcm "hw:0,0" } # the real device + b { channels 2 pcm "hw:Loopback,0" } # the loopback driver + } + bindings { + 0 { slave a channel 0 } + 1 { slave a channel 1 } + 2 { slave b channel 0 } + 3 { slave b channel 1 } + } + } + ttable [ + [ 1 0 1 0 ] # left -> a.left, b.left + [ 0 1 0 1 ] # right -> a.right, b.right + ] +} -- cgit v1.2.3