removed HW specific switch
This commit is contained in:
parent
a46c6ad953
commit
923a7e8aba
@ -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 <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
|
||||
- fixed rules file (#186494)
|
||||
- fixed Audigi mixer switch (#187807)
|
||||
|
@ -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"},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user