From 6000bd76d8ee39ff89edc368ef46195c69198e0d Mon Sep 17 00:00:00 2001 From: karl Date: Sun, 9 Aug 2015 17:03:57 +0200 Subject: [PATCH] changed loopback to hw:Loopback,1 --- example_files/etc/asound.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}