Created
October 19, 2017 03:36
-
-
Save anonymous/e110f94dd1a705baeb90a78fe2f9d203 to your computer and use it in GitHub Desktop.
This file contains 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 | |
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