fix headphone init
This commit is contained in:
parent
bbe9f6c5bf
commit
0da9c56bcf
@ -4,7 +4,7 @@
|
|||||||
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
||||||
Name: alsa-utils
|
Name: alsa-utils
|
||||||
Version: 1.0.20
|
Version: 1.0.20
|
||||||
Release: 1%{?prever_dot}%{?dist}
|
Release: 2%{?prever_dot}%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
URL: http://www.alsa-project.org/
|
URL: http://www.alsa-project.org/
|
||||||
@ -13,6 +13,7 @@ Source4: alsaunmute
|
|||||||
Source6: alsa-info.sh
|
Source6: alsa-info.sh
|
||||||
Source10: alsa.rules
|
Source10: alsa.rules
|
||||||
Source11: alsactl.conf
|
Source11: alsactl.conf
|
||||||
|
Patch1: alsactl-init-fix-headphone.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: alsa-lib-devel >= %{version}
|
BuildRequires: alsa-lib-devel >= %{version}
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
@ -92,6 +93,9 @@ if [ -s /etc/alsa/asound.state -a ! -s /etc/asound.state ] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 15 2009 Jaroslav Kysela <jkysela@redhat.com> 1.0.20-2
|
||||||
|
- fixed Headphone Volume issue (bz#500956)
|
||||||
|
|
||||||
* Wed May 06 2009 Jaroslav Kysela <jkysela@redhat.com> 1.0.20-1
|
* Wed May 06 2009 Jaroslav Kysela <jkysela@redhat.com> 1.0.20-1
|
||||||
- updated to 1.0.20 final
|
- updated to 1.0.20 final
|
||||||
- updated alsa-info.sh script to 0.4.56
|
- updated alsa-info.sh script to 0.4.56
|
||||||
|
Loading…
Reference in New Issue
Block a user