unmute External Amplifier by default (#166153)

This commit is contained in:
Martin Stransky 2005-08-23 10:51:22 +00:00
parent 6a536a988c
commit 2416933974
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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"},