Skip to content

Instantly share code, notes, and snippets.

@594727294
Created July 21, 2015 02:54
Show Gist options
  • Save 594727294/b12ab89823e22fa28b49 to your computer and use it in GitHub Desktop.
Save 594727294/b12ab89823e22fa28b49 to your computer and use it in GitHub Desktop.
~/.asoundrc
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