Created
July 6, 2017 06:13
-
-
Save kevalpatel2106/a0b6e792cc59e059d17584568ed7636c to your computer and use it in GitHub Desktop.
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 | |
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