Update comment so it matches the current code (refs: #15583)
[tails.git] / config / chroot_local-includes / etc / asound.conf
blobd8eb4cf315944de969c39ef7d8de3b20159638cd
1 # Use PulseAudio by default
2 pcm.!default {
3   type pulse
4   fallback "sysdefault"
5   hint {
6     show on
7     description "Default ALSA Output (currently PulseAudio Sound Server)"
8   }
11 ctl.!default {
12   type pulse
13   fallback "sysdefault"
16 # vim:set ft=alsaconf: