alsa junk rm'd

This commit is contained in:
Luke Smith
2020-05-21 19:26:08 -04:00
parent c9f0d747a8
commit 2db8755f04
2 changed files with 0 additions and 22 deletions

View File

@@ -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"
}
}