alsa-plugins.conf 261 B

123456789101112131415161718
  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. }
  9. }
  10. ctl.!default {
  11. type pulse
  12. fallback "sysdefault"
  13. }
  14. # vim:set ft=alsaconf: