Penguin
Blame: Alsa5.1Notes
EditPageHistoryDiffInfoLikePages
Annotated edit history of Alsa5.1Notes version 3, including all changes. View license author blame.
Rev Author # Line
3 PaulHunkin 1 You may need to use something like this in your ~/.asoundrc to make Alsa output sound to all channels.
2
3 <pre>
4 pcm.!default {
5 type route
6 slave.pcm surround51
7 slave.channels 6
8 ttable.0.0 1
9 ttable.1.1 1
10 ttable.0.2 1
11
12 ttable.1.3 1
13 ttable.0.4 0.5
14 ttable.1.4 0.5
15 ttable.0.5 0.5
16 ttable.1.5 0.5
17
18 }
19 </pre>