alsa-plugins: added /etc/asound.conf defaulting to pulseaudio.

This commit is contained in:
Juan RP
2012-02-13 12:30:54 +01:00
parent bfbae11482
commit 26d3920230
2 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,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: