added a config line for hda-intel driver
This commit is contained in:
parent
8c11c46985
commit
9e25716021
@ -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
|
||||
|
||||
|
@ -97,8 +97,9 @@ 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"}
|
||||
|
||||
};
|
||||
|
||||
char * strlwr(char *a)
|
||||
|
Loading…
Reference in New Issue
Block a user