Skip to content

Instantly share code, notes, and snippets.

Created October 19, 2017 03:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/e110f94dd1a705baeb90a78fe2f9d203 to your computer and use it in GitHub Desktop.
Save anonymous/e110f94dd1a705baeb90a78fe2f9d203 to your computer and use it in GitHub Desktop.
pcm.!default {
type asym
capture.pcm "mic"
playback.pcm "speaker"
}
pcm.mic {
type plug
slave {
pcm "hw:1,0"
}
}
pcm.speaker {
type hw
card 0
}
ctl.!default {
type hw card 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment