diff --git a/example_files/etc/asound.conf b/example_files/etc/asound.conf index a2495f7..601d676 100644 --- a/example_files/etc/asound.conf +++ b/example_files/etc/asound.conf @@ -4,7 +4,7 @@ pcm.!default { type multi slaves { 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 { 0 { slave a channel 0 } @@ -17,4 +17,4 @@ pcm.!default { [ 1 0 1 0 ] # left -> a.left, b.left [ 0 1 0 1 ] # right -> a.right, b.right ] -} \ No newline at end of file +}