unmute External Amplifier by default (#166153)
This commit is contained in:
parent
6a536a988c
commit
2416933974
@ -4,7 +4,7 @@
|
||||
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
||||
Name: alsa-utils
|
||||
Version: %{version_pack}
|
||||
Release: 4
|
||||
Release: 5
|
||||
License: GPL
|
||||
Group: Applications/Multimedia
|
||||
URL: http://www.alsa-project.org/
|
||||
@ -69,6 +69,9 @@ install -m 755 alsacard %{buildroot}/bin
|
||||
/usr/share/alsa/speaker-test/*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 23 2005 Martin Stransky <stransky@redhat.com> 1.0.9-5
|
||||
- unmute External Amplifier by default (#166153)
|
||||
|
||||
* Wed Jul 13 2005 Bill Nottingham <notting@redhat.com> 1.0.9-4
|
||||
- migrate the alsa restore program to a udev rule, not a dev.d program
|
||||
- conflict with appropriate udev
|
||||
|
@ -86,7 +86,7 @@ CHANNEL channels[] = {
|
||||
{"Tone", 0, 0, 0, 0, "snd-emu10k1"},
|
||||
|
||||
// Specific config for snd-intel8x0
|
||||
{"External Amplifier", 0, 1, 0, 0, "snd-intel8x0"},
|
||||
{"External Amplifier", 1, 1, 0, 0, "snd-intel8x0"},
|
||||
|
||||
// Specific config for snd-intel8x0 (xw8000)
|
||||
{"Master Mono", 75, 1, 0, 0, "snd-intel8x0"},
|
||||
|
Loading…
Reference in New Issue
Block a user