fix for #207384 - Audio test fails during firstboot
This commit is contained in:
parent
50e25f1ab6
commit
6c0d91ad22
@ -1,7 +1,7 @@
|
|||||||
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
||||||
Name: alsa-utils
|
Name: alsa-utils
|
||||||
Version: 1.0.12
|
Version: 1.0.12
|
||||||
Release: 2%{?prever_dot}%{?dist}
|
Release: 3%{?prever_dot}%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
URL: http://www.alsa-project.org/
|
URL: http://www.alsa-project.org/
|
||||||
@ -65,6 +65,9 @@ install -m 755 alsacard %{buildroot}/bin
|
|||||||
/usr/share/locale/*
|
/usr/share/locale/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Aug 25 2006 Martin Stransky <stransky@redhat.com> 1.0.12-2
|
||||||
- new upstream
|
- new upstream
|
||||||
|
|
||||||
|
@ -51,6 +51,7 @@ CHANNEL channels[] = {
|
|||||||
{"PCM-2", 75, 1, 0, 0, ""},
|
{"PCM-2", 75, 1, 0, 0, ""},
|
||||||
{"Synth", 75, 1, 0, 0, ""},
|
{"Synth", 75, 1, 0, 0, ""},
|
||||||
{"CD", 75, 1, 90, 1, ""},
|
{"CD", 75, 1, 90, 1, ""},
|
||||||
|
{"Mono", 75, 1, 0, 0, ""},
|
||||||
|
|
||||||
// mute mic
|
// mute mic
|
||||||
{"Mic", 0, 0, 0, 0, ""},
|
{"Mic", 0, 0, 0, 0, ""},
|
||||||
@ -96,11 +97,8 @@ CHANNEL channels[] = {
|
|||||||
{"Master Mono", 75, 1, 0, 0, "snd-intel8x0"},
|
{"Master Mono", 75, 1, 0, 0, "snd-intel8x0"},
|
||||||
|
|
||||||
// Specific config for snd-ens1371
|
// 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)
|
char * strlwr(char *a)
|
||||||
|
Loading…
Reference in New Issue
Block a user