Created
July 2, 2017 06:24
-
-
Save jtbonhomme/3a4198b5aa9f1c89056bccf829842fe4 to your computer and use it in GitHub Desktop.
Alsa configuration file for internal bcm2835 internal soundcard (playback) and external PnP USB microphone
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pcm.!default { | |
type asym | |
playback.pcm { | |
type plug | |
slave.pcm "hw:0,0" | |
} | |
capture.pcm { | |
type plug | |
slave.pcm "hw:1,0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment