From d9ceb999a9dfcdce1b976dfad90d207c6123e6a9 Mon Sep 17 00:00:00 2001 From: piernov Date: Tue, 17 Jul 2012 02:36:50 +0200 Subject: alsa-plugins-pulseaudio correction pulse-default.conf --- alsa-plugins-pulseaudio/.md5sum.i686 | 2 +- alsa-plugins-pulseaudio/pulse-default.conf | 39 ++++++++---------------------- 2 files changed, 11 insertions(+), 30 deletions(-) (limited to 'alsa-plugins-pulseaudio') 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: -- cgit v1.2.3-54-g00ecf