summaryrefslogtreecommitdiff
path: root/debian/pulse-alsa.conf
blob: be690fc46251f2ebb7a3635a14ec7dbd31bff36d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This file is referred to by /usr/share/alsa/pulse.conf to set pulseaudio as
# the default output plugin for applications using alsa when PulseAudio is
# running.

pcm.!default {
    type pulse
    hint {
        show on
        description "Playback/recording through the PulseAudio sound server"
    }
}

ctl.!default {
    type pulse
}