added alias for azx

This commit is contained in:
Martin Stransky 2005-11-10 09:12:44 +00:00
parent fc00f4d7f7
commit 0268ed8730
2 changed files with 7 additions and 3 deletions

View File

@ -4,7 +4,7 @@
Summary: Advanced Linux Sound Architecture (ALSA) utilities
Name: alsa-utils
Version: %{version_pack}
Release: 2
Release: 3
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
* Thu Nov 10 2005 Martin Stransky <stransky@redhat.com> 1.0.10rc1-3
- added alias for snd-azx
* Wed Nov 9 2005 Martin Stransky <stransky@redhat.com> 1.0.10rc1-2
- fix for #169292 - RHEL4U2 xw4300 IntelHD internal speakers muted by default

View File

@ -94,8 +94,9 @@ CHANNEL channels[] = {
// Specific config for snd-ens1371
{"IEC958", 0, 0, 0, 0, "snd-ens1371"},
// Specific config for snd-azx
{"Mono", 75, 1, 0, 0, "snd-azx"}
// Specific config for snd-azx/snd-hda
{"Mono", 75, 1, 0, 0, "snd-azx"},
{"Mono", 75, 1, 0, 0, "snd-hda"}
};
char * strlwr(char *a)