From e461257dde10bf4cf65e27781cb70cfc986347ce Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 11 Apr 2020 10:03:46 -0400 Subject: legacy alsa config moved --- .asoundrc | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .asoundrc (limited to '.asoundrc') diff --git a/.asoundrc b/.asoundrc deleted file mode 100644 index 38722f0..0000000 --- a/.asoundrc +++ /dev/null @@ -1,21 +0,0 @@ -# Find and use input "Microphone" for input -pcm.usb -{ - type hw - card Microphone -} -pcm.!default -{ - type asym - playback.pcm - { - # Use the dmix plug to allow multiple outputs. - type plug - slave.pcm "dmix" - } - capture.pcm - { - type plug - slave.pcm "usb" - } -} -- cgit v1.3.1