Created
July 9, 2010 15:13
-
-
Save dmichael/469586 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.dmix51 { | |
| type dmix | |
| ipc_key 1024 | |
| ipc_key_add_uid false | |
| ipc_perm 0666 | |
| slave { | |
| pcm "hw:1,0" | |
| channels 6 | |
| period_time 0 | |
| period_size 1024 | |
| buffer_size 8192 | |
| rate 44100 | |
| } | |
| } | |
| ctl.dmix51 { | |
| type hw | |
| card 0 | |
| } | |
| pcm.stereo { | |
| type plug | |
| slave.pcm "dmix51" | |
| ttable.0.0 1 | |
| ttable.1.1 1 | |
| } | |
| pcm.!default { | |
| type route | |
| slave.pcm "dmix51" | |
| slave.channels 6 | |
| ttable.0.0 1 | |
| ttable.1.1 1 | |
| ttable.2.2 1 | |
| ttable.3.3 1 | |
| ttable.4.4 1 | |
| ttable.5.5 1 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment