diff --git a/alsa-utils.spec b/alsa-utils.spec index 130e8fb..e9de59b 100644 --- a/alsa-utils.spec +++ b/alsa-utils.spec @@ -4,7 +4,7 @@ Summary: Advanced Linux Sound Architecture (ALSA) utilities Name: alsa-utils Version: %{version_pack} -Release: 1 +Release: 2 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 +* Wed Nov 9 2005 Martin Stransky 1.0.10rc1-2 +- fix for #169292 - RHEL4U2 xw4300 IntelHD internal speakers muted by default + * Tue Sep 27 2005 Martin Stransky 1.0.10rc1-1 - new upstream version diff --git a/alsaunmute.c b/alsaunmute.c index 338d017..10cd37c 100644 --- a/alsaunmute.c +++ b/alsaunmute.c @@ -91,8 +91,11 @@ CHANNEL channels[] = { // Specific config for snd-intel8x0 (xw8000) {"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"} + + // Specific config for snd-azx + {"Mono", 75, 1, 0, 0, "snd-azx"} }; char * strlwr(char *a)