Created
November 11, 2014 14:40
-
-
Save hyperair/562c0d610f979d655e68 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 pulse } | |
| ctl.!default { type pulse } | |
| pcm.a52 { | |
| @args [CARD] | |
| @args.CARD { | |
| type string | |
| default 0 | |
| } | |
| type rate | |
| slave { | |
| pcm { | |
| type a52 | |
| bitrate 640 | |
| rate 48000 | |
| channels 6 | |
| card $CARD | |
| } | |
| rate 48000 | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment