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.conf28
1 files changed, 25 insertions, 3 deletions
diff --git a/alsa-plugins-pulseaudio/pulse-default.conf b/alsa-plugins-pulseaudio/pulse-default.conf
index db7c0b71e..a84bede02 100644
--- a/alsa-plugins-pulseaudio/pulse-default.conf
+++ b/alsa-plugins-pulseaudio/pulse-default.conf
@@ -1,13 +1,35 @@
-# pulseaudio plugin configuration
+# 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!
pcm.!default {
type pulse
hint {
- show on
- description "Default ALSA Output (currently PulseAudio Sound Server)"
+ description "Default"
}
}
ctl.!default {
type pulse
+ hint {
+ description "Default"
+ }
}
+