diff --git a/alsa-utils.spec b/alsa-utils.spec index 9e329fe..d6dbdbb 100644 --- a/alsa-utils.spec +++ b/alsa-utils.spec @@ -3,7 +3,7 @@ Summary: Advanced Linux Sound Architecture (ALSA) utilities Name: alsa-utils Version: 1.0.11 -Release: 5.rc2 +Release: 6.rc2 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 May 3 2006 Martin Stransky 1.0.11-6.rc2 +- removed HW specific switch - it should be set by driver + * Thu Apr 6 2006 Martin Stransky 1.0.11-5.rc2 - fixed rules file (#186494) - fixed Audigi mixer switch (#187807) diff --git a/alsaunmute.c b/alsaunmute.c index 6bb4bbf..348c948 100644 --- a/alsaunmute.c +++ b/alsaunmute.c @@ -75,7 +75,8 @@ CHANNEL channels[] = { // turn off digital switches {"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 {"Analog Front", 75, 1, 0, 0, "snd-ca0106"}, @@ -83,8 +84,8 @@ CHANNEL channels[] = { {"SPDIF Out", 0, 0, 0, 0, "snd-ca0106"}, // Specific config for snd-emu10k1 -// Removed (#187807) -// {"Audigy Analog/Digital Output Jack", 0,1,0, 0, "snd-emu10k1"}, + // Removed (#187807) + // {"Audigy Analog/Digital Output Jack", 0,1,0, 0, "snd-emu10k1"}, {"IEC958 Optical Raw", 0, 0, 0, 0, "snd-emu10k1"}, {"Tone", 0, 0, 0, 0, "snd-emu10k1"},