From 593bcf39a5d90bb0193e6f5c2c5a7fa8678e39e3 Mon Sep 17 00:00:00 2001 From: Eric Moret Date: Aug 15 2007 04:36:15 +0000 Subject: Adding pulse as ALSA "default" pcm and ctl when the alsa-plugins-pulseaudio package is installed, fixing #251943. --- diff --git a/alsa-plugins.spec b/alsa-plugins.spec index 4cb4cfe..053c09d 100644 --- a/alsa-plugins.spec +++ b/alsa-plugins.spec @@ -1,6 +1,6 @@ Name: alsa-plugins Version: 1.0.14 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Advanced Linux Sound Architecture (ALSA) Plugins # All packages are LGPLv2+ with the exception of samplerate which is GPLv2+ License: GPLv2+ and LGPLv2+ @@ -160,6 +160,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/alsa-lib/libasound_module_pcm_vdownmix.so %changelog +* Tue Aug 14 2007 Eric Moret - 1.0.14-2 +- Adding pulse as ALSA "default" pcm and ctl when the alsa-plugins-pulseaudio +package is installed, fixing #251943. + * Mon Jul 23 2007 Eric Moret - 1.0.14-1 - update to upstream 1.0.14 - use configure --without-speex instead of patches to remove a52 diff --git a/pulseaudio.conf b/pulseaudio.conf index 1d1a511..16652e2 100644 --- a/pulseaudio.conf +++ b/pulseaudio.conf @@ -1,9 +1,17 @@ # pulseaudio plugin configuration pcm.pulse { - type pulse + type pulse } ctl.pulse { - type pulse + type pulse +} + +pcm.!default { + type pulse +} + +ctl.!default { + type pulse }