Adding pulse as ALSA "default" pcm and ctl when the alsa-plugins-pulseaudio
package is installed, fixing #251943.
This commit is contained in:
parent
d85bdabeb7
commit
0ee08911a9
@ -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 <eric.moret@epita.fr> - 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 <eric.moret@epita.fr> - 1.0.14-1
|
||||
- update to upstream 1.0.14
|
||||
- use configure --without-speex instead of patches to remove a52
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user