legacy alsa config moved

This commit is contained in:
Luke Smith
2020-04-11 10:03:46 -04:00
parent 080365dd22
commit e461257dde
2 changed files with 1 additions and 1 deletions

21
.config/alsa/asoundrc Normal file
View File

@@ -0,0 +1,21 @@
# 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"
}
}