summaryrefslogtreecommitdiffstats
path: root/alsa-plugins-pulseaudio/pulse-default.conf
blob: d8eb4cf315944de969c39ef7d8de3b20159638cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Use PulseAudio by default
pcm.!default {
  type pulse
  fallback "sysdefault"
  hint {
    show on
    description "Default ALSA Output (currently PulseAudio Sound Server)"
  }
}

ctl.!default {
  type pulse
  fallback "sysdefault"
}

# vim:set ft=alsaconf: