added a config line for hda-intel driver

This commit is contained in:
Martin Stransky 2007-01-10 10:24:44 +00:00
parent 8c11c46985
commit 9e25716021
2 changed files with 7 additions and 3 deletions

View File

@ -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.14 Version: 1.0.14
Release: 0.1%{?prever_dot}%{?dist} Release: 0.2%{?prever_dot}%{?dist}
License: GPL License: GPL
Group: Applications/Multimedia Group: Applications/Multimedia
URL: http://www.alsa-project.org/ URL: http://www.alsa-project.org/
@ -68,6 +68,9 @@ install -m 755 alsacard %{buildroot}/bin
/usr/share/locale/* /usr/share/locale/*
%changelog %changelog
* Wed Jan 10 2007 Martin Stransky <stransky@redhat.com> 1.0.14-0.2.rc1
- added a config line for hda-intel driver
* Mon Dec 11 2006 Martin Stransky <stransky@redhat.com> 1.0.14-0.1.rc1 * Mon Dec 11 2006 Martin Stransky <stransky@redhat.com> 1.0.14-0.1.rc1
- new upstream - new upstream

View File

@ -97,8 +97,9 @@ CHANNEL channels[] = {
{"Master Mono", 75, 1, 0, 0, "snd-intel8x0"}, {"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"} {"IEC958", 0, 0, 0, 0, "snd-ens1371"},
{"iSpeaker", 75, 1, 0, 0, "snd-hda-intel"}
}; };
char * strlwr(char *a) char * strlwr(char *a)