fix for #169292 - RHEL4U2 xw4300 IntelHD internal speakers muted by default
This commit is contained in:
parent
c66d6c1f22
commit
fbbfc1854c
@ -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: %{version_pack}
|
Version: %{version_pack}
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
URL: http://www.alsa-project.org/
|
URL: http://www.alsa-project.org/
|
||||||
@ -70,6 +70,9 @@ install -m 755 alsacard %{buildroot}/bin
|
|||||||
/usr/share/locale/*
|
/usr/share/locale/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 27 2005 Martin Stransky <stransky@redhat.com> 1.0.10rc1-1
|
||||||
- new upstream version
|
- new upstream version
|
||||||
|
|
||||||
|
@ -91,8 +91,11 @@ CHANNEL channels[] = {
|
|||||||
// Specific config for snd-intel8x0 (xw8000)
|
// Specific config for snd-intel8x0 (xw8000)
|
||||||
{"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"}
|
||||||
|
|
||||||
|
// Specific config for snd-azx
|
||||||
|
{"Mono", 75, 1, 0, 0, "snd-azx"}
|
||||||
};
|
};
|
||||||
|
|
||||||
char * strlwr(char *a)
|
char * strlwr(char *a)
|
||||||
|
Loading…
Reference in New Issue
Block a user