changed loopback to hw:Loopback,1

master
karl 11 years ago
parent 0e942e2580
commit 6000bd76d8
  1. 4
      example_files/etc/asound.conf

@ -4,7 +4,7 @@ pcm.!default {
type multi type multi
slaves { slaves {
a { channels 2 pcm "hw:0,0" } # the real device a { channels 2 pcm "hw:0,0" } # the real device
b { channels 2 pcm "hw:1,0" } # the loopback driver b { channels 2 pcm "hw:Loopback,0" } # the loopback driver
} }
bindings { bindings {
0 { slave a channel 0 } 0 { slave a channel 0 }
@ -17,4 +17,4 @@ pcm.!default {
[ 1 0 1 0 ] # left -> a.left, b.left [ 1 0 1 0 ] # left -> a.left, b.left
[ 0 1 0 1 ] # right -> a.right, b.right [ 0 1 0 1 ] # right -> a.right, b.right
] ]
} }

Loading…
Cancel
Save