alsa config
This commit is contained in:
parent
8cd3c2a739
commit
24325dd124
1 changed files with 21 additions and 0 deletions
21
.asoundrc
Normal file
21
.asoundrc
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue