added fix for #238442 (unmute Mono channel for w4550, xw4600, xw6600, and

xw8600)
This commit is contained in:
Martin Stransky 2007-05-02 12:49:40 +00:00
parent 5e20f4bdf5
commit 50b08a2cfc
2 changed files with 8 additions and 1 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.5%{?prever_dot}%{?dist} Release: 0.6%{?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/
@ -74,6 +74,10 @@ ln -s ../../sbin/alsactl $RPM_BUILD_ROOT/%{_sbindir}/alsactl
/usr/share/locale/* /usr/share/locale/*
%changelog %changelog
* Wed May 2 2007 Martin Stransky <stransky@redhat.com> 1.0.14-0.6.rc2
- added fix for #238442 (unmute Mono channel for w4550,
xw4600, xw6600, and xw8600)
* Wed Apr 18 2007 Martin Stransky <stransky@redhat.com> 1.0.14-0.5.rc2 * Wed Apr 18 2007 Martin Stransky <stransky@redhat.com> 1.0.14-0.5.rc2
- added more funcionality to salsa (save/load sound settings), - added more funcionality to salsa (save/load sound settings),
moved volume settings to /etc/alsa/ moved volume settings to /etc/alsa/

View File

@ -96,6 +96,9 @@ 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_hda_intel (xw8600/xw6600/xw4600/xw4450)
{"Master Mono", 75, 1, 0, 0, "snd_hda_intel"},
// 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"} {"iSpeaker", 75, 1, 0, 0, "snd-hda-intel"}