Created
July 21, 2015 02:54
-
-
Save 594727294/b12ab89823e22fa28b49 to your computer and use it in GitHub Desktop.
~/.asoundrc
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 hw | |
card 1 | |
} | |
ctl.!default{ | |
type hw | |
card 1 | |
} | |
ctl.equal{ | |
type equal; | |
} | |
pcm.plugequal{ | |
type equal; | |
slave.pcm "plughw:1,0"; | |
} | |
pcm.!default{ | |
type plug; | |
slave.pcm plugequal; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment