summaryrefslogtreecommitdiffstats
path: root/alsa-plugins-pulseaudio
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-07-17 02:36:50 +0200
committerpiernov <piernov@piernov.org>2012-07-17 02:36:50 +0200
commitd9ceb999a9dfcdce1b976dfad90d207c6123e6a9 (patch)
tree3518f9dd6c09315fbaf87ce9f1b8a5f7aafcf923 /alsa-plugins-pulseaudio
parent92eda114e812c1b6824192d3b1124e99d5407b21 (diff)
downloadnutyx-extra-d9ceb999a9dfcdce1b976dfad90d207c6123e6a9.tar.gz
nutyx-extra-d9ceb999a9dfcdce1b976dfad90d207c6123e6a9.tar.bz2
nutyx-extra-d9ceb999a9dfcdce1b976dfad90d207c6123e6a9.tar.xz
nutyx-extra-d9ceb999a9dfcdce1b976dfad90d207c6123e6a9.zip
alsa-plugins-pulseaudio correction pulse-default.conf
Diffstat (limited to 'alsa-plugins-pulseaudio')
-rw-r--r--alsa-plugins-pulseaudio/.md5sum.i6862
-rw-r--r--alsa-plugins-pulseaudio/pulse-default.conf39
2 files changed, 11 insertions, 30 deletions
diff --git a/alsa-plugins-pulseaudio/.md5sum.i686 b/alsa-plugins-pulseaudio/.md5sum.i686
index 5a78f822c..4378b1d41 100644
--- a/alsa-plugins-pulseaudio/.md5sum.i686
+++ b/alsa-plugins-pulseaudio/.md5sum.i686
@@ -1,2 +1,2 @@
038c023eaa51171f018fbf7141255185 alsa-plugins-1.0.25.tar.bz2
-9f41b27238bf926999c45e4230ca5deb pulse-default.conf
+4703dc0019932e442486942adb6c90a4 pulse-default.conf
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: