voidrice/.asoundrc
Luke Smith 6c8147ea60
Revert "move alsa config and add env variable"
This reverts commit 2149d1ebb7c5aad18dfd272afd21bf9502675255.
2020-01-20 18:10:18 -05:00

22 lines
313 B
Plaintext

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