Skip to content

Instantly share code, notes, and snippets.

@jtbonhomme
Created July 2, 2017 06:24
Show Gist options
  • Save jtbonhomme/3a4198b5aa9f1c89056bccf829842fe4 to your computer and use it in GitHub Desktop.
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
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