removed HW specific switch

This commit is contained in:
Martin Stransky 2006-05-03 08:46:12 +00:00
parent a46c6ad953
commit 923a7e8aba
2 changed files with 8 additions and 4 deletions

View File

@ -3,7 +3,7 @@
Summary: Advanced Linux Sound Architecture (ALSA) utilities Summary: Advanced Linux Sound Architecture (ALSA) utilities
Name: alsa-utils Name: alsa-utils
Version: 1.0.11 Version: 1.0.11
Release: 5.rc2 Release: 6.rc2
License: GPL License: GPL
Group: Applications/Multimedia Group: Applications/Multimedia
URL: http://www.alsa-project.org/ URL: http://www.alsa-project.org/
@ -68,6 +68,9 @@ install -m 755 alsacard %{buildroot}/bin
/usr/share/locale/* /usr/share/locale/*
%changelog %changelog
* Wed May 3 2006 Martin Stransky <stransky@redhat.com> 1.0.11-6.rc2
- removed HW specific switch - it should be set by driver
* Thu Apr 6 2006 Martin Stransky <stransky@redhat.com> 1.0.11-5.rc2 * Thu Apr 6 2006 Martin Stransky <stransky@redhat.com> 1.0.11-5.rc2
- fixed rules file (#186494) - fixed rules file (#186494)
- fixed Audigi mixer switch (#187807) - fixed Audigi mixer switch (#187807)

View File

@ -75,7 +75,8 @@ CHANNEL channels[] = {
// turn off digital switches // turn off digital switches
{"SB Live Analog/Digital Output Jack", 0, 0, 0, 0, ""}, {"SB Live Analog/Digital Output Jack", 0, 0, 0, 0, ""},
{"Audigy Analog/Digital Output Jack", 0, 0, 0, 0, ""}, // removed - should by set by driver
// {"Audigy Analog/Digital Output Jack", 0, 0, 0, 0, ""},
// Specific config for ca0106 // Specific config for ca0106
{"Analog Front", 75, 1, 0, 0, "snd-ca0106"}, {"Analog Front", 75, 1, 0, 0, "snd-ca0106"},