remove pulseaudio config from /etc/asound.conf

This commit is contained in:
Jaroslav Kysela 2012-02-01 10:56:04 +01:00
parent fceaceafc0
commit 323fa85042
2 changed files with 4 additions and 11 deletions

View File

@ -5,7 +5,7 @@
Summary: The Advanced Linux Sound Architecture (ALSA) library Summary: The Advanced Linux Sound Architecture (ALSA) library
Name: alsa-lib Name: alsa-lib
Version: 1.0.25 Version: 1.0.25
Release: 1%{?prever_dot}%{?dist} Release: 2%{?prever_dot}%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
Source: ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version}%{?prever}%{?postver}.tar.bz2 Source: ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version}%{?prever}%{?postver}.tar.bz2
@ -93,6 +93,9 @@ rm -rf %{buildroot}
%{_datadir}/aclocal/alsa.m4 %{_datadir}/aclocal/alsa.m4
%changelog %changelog
* Wed Fed 1 2012 Jaroslav Kysela <jkysela@redhat.com> - 1.0.25-2
- Remove the pulse audio configuration from /etc/asound.conf
* Sat Jan 28 2012 Jaroslav Kysela <jkysela@redhat.com> - 1.0.25-1 * Sat Jan 28 2012 Jaroslav Kysela <jkysela@redhat.com> - 1.0.25-1
- Updated to 1.0.25 final - Updated to 1.0.25 final

View File

@ -1,13 +1,3 @@
# #
# Place your global alsa-lib configuration here... # Place your global alsa-lib configuration here...
# #
@hooks [
{
func load
files [
"/etc/alsa/pulse-default.conf"
]
errors false
}
]