summaryrefslogtreecommitdiffstats
path: root/alsa-plugins-pulseaudio/pulse-default.conf
diff options
context:
space:
mode:
Diffstat (limited to 'alsa-plugins-pulseaudio/pulse-default.conf')
-rw-r--r--alsa-plugins-pulseaudio/pulse-default.conf39
1 files changed, 10 insertions, 29 deletions
diff --git a/alsa-plugins-pulseaudio/pulse-default.conf b/alsa-plugins-pulseaudio/pulse-default.conf
index a84bede02..d8eb4cf31 100644
--- a/alsa-plugins-pulseaudio/pulse-default.conf
+++ b/alsa-plugins-pulseaudio/pulse-default.conf
@@ -1,35 +1,16 @@
-# PulseAudio plugin configuration
-# $Id$
-
-# Let's create a virtual device "pulse" for mixer and PCM
-
-pcm.pulse {
- type pulse
- hint {
- description "PulseAudio Sound Server"
- }
-}
-
-ctl.pulse {
- type pulse
- hint {
- description "PulseAudio Sound Server"
- }
-}
-
-# Let's make it the default!
-
+# Use PulseAudio by default
pcm.!default {
- type pulse
- hint {
- description "Default"
- }
+ type pulse
+ fallback "sysdefault"
+ hint {
+ show on
+ description "Default ALSA Output (currently PulseAudio Sound Server)"
+ }
}
ctl.!default {
- type pulse
- hint {
- description "Default"
- }
+ type pulse
+ fallback "sysdefault"
}
+# vim:set ft=alsaconf: