fix for #169292 - RHEL4U2 xw4300 IntelHD internal speakers muted by default

This commit is contained in:
Martin Stransky 2005-11-09 13:25:58 +00:00
parent c66d6c1f22
commit fbbfc1854c
2 changed files with 8 additions and 2 deletions

View File

@ -4,7 +4,7 @@
Summary: Advanced Linux Sound Architecture (ALSA) utilities
Name: alsa-utils
Version: %{version_pack}
Release: 1
Release: 2
License: GPL
Group: Applications/Multimedia
URL: http://www.alsa-project.org/
@ -70,6 +70,9 @@ install -m 755 alsacard %{buildroot}/bin
/usr/share/locale/*
%changelog
* Wed Nov 9 2005 Martin Stransky <stransky@redhat.com> 1.0.10rc1-2
- fix for #169292 - RHEL4U2 xw4300 IntelHD internal speakers muted by default
* Tue Sep 27 2005 Martin Stransky <stransky@redhat.com> 1.0.10rc1-1
- new upstream version

View File

@ -91,8 +91,11 @@ CHANNEL channels[] = {
// Specific config for snd-intel8x0 (xw8000)
{"Master Mono", 75, 1, 0, 0, "snd-intel8x0"},
// Specific config for snd_ens1371
// Specific config for snd-ens1371
{"IEC958", 0, 0, 0, 0, "snd-ens1371"}
// Specific config for snd-azx
{"Mono", 75, 1, 0, 0, "snd-azx"}
};
char * strlwr(char *a)