Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
# Default to PulseAudio
2
 
3
pcm.!default {
4
    type pulse
5
    hint {
6
        show on
7
        description "Default ALSA Output (currently PulseAudio Sound Server)"
8
    }
9
}
10
 
11
ctl.!default {
12
    type pulse
13
}