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
Name: alsa-utils
Version: 1.0.14
Release: 0.1%{?prever_dot}%{?dist}
Release: 0.2%{?prever_dot}%{?dist}
License: GPL
Group: Applications/Multimedia
URL: http://www.alsa-project.org/
@ -68,6 +68,9 @@ install -m 755 alsacard %{buildroot}/bin
/usr/share/locale/*
%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
- new upstream

View File

@ -97,7 +97,8 @@ CHANNEL channels[] = {
{"Master Mono", 75, 1, 0, 0, "snd-intel8x0"},
// 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"}
};