blob: db7c0b71eecffd30566792c342832aa27ea8d9c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# pulseaudio plugin configuration
pcm.!default {
type pulse
hint {
show on
description "Default ALSA Output (currently PulseAudio Sound Server)"
}
}
ctl.!default {
type pulse
}
|