fix for #207384 - Audio test fails during firstboot

This commit is contained in:
Martin Stransky 2006-10-02 08:15:39 +00:00
parent 50e25f1ab6
commit 6c0d91ad22
2 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,7 @@
Summary: Advanced Linux Sound Architecture (ALSA) utilities
Name: alsa-utils
Version: 1.0.12
Release: 2%{?prever_dot}%{?dist}
Release: 3%{?prever_dot}%{?dist}
License: GPL
Group: Applications/Multimedia
URL: http://www.alsa-project.org/
@ -65,6 +65,9 @@ install -m 755 alsacard %{buildroot}/bin
/usr/share/locale/*
%changelog
* Mon Oct 2 2006 Martin Stransky <stransky@redhat.com> 1.0.12-3
- fix for #207384 - Audio test fails during firstboot
* Fri Aug 25 2006 Martin Stransky <stransky@redhat.com> 1.0.12-2
- new upstream

View File

@ -51,6 +51,7 @@ CHANNEL channels[] = {
{"PCM-2", 75, 1, 0, 0, ""},
{"Synth", 75, 1, 0, 0, ""},
{"CD", 75, 1, 90, 1, ""},
{"Mono", 75, 1, 0, 0, ""},
// mute mic
{"Mic", 0, 0, 0, 0, ""},
@ -96,11 +97,8 @@ CHANNEL channels[] = {
{"Master Mono", 75, 1, 0, 0, "snd-intel8x0"},
// Specific config for snd-ens1371
{"IEC958", 0, 0, 0, 0, "snd-ens1371"},
{"IEC958", 0, 0, 0, 0, "snd-ens1371"}
// Specific config for snd-azx/snd-hda
{"Mono", 75, 1, 0, 0, "snd-azx"},
{"Mono", 75, 1, 0, 0, "snd-hda"}
};
char * strlwr(char *a)