rpms/alsa-utils/devel alsa-utils.spec, 1.22, 1.23 alsaunmute.c, 1.1, 1.2

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Aug 23 10:51:25 UTC 2005


Author: stransky

Update of /cvs/dist/rpms/alsa-utils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv30990

Modified Files:
	alsa-utils.spec alsaunmute.c 
Log Message:
unmute External Amplifier by default (#166153)


Index: alsa-utils.spec
===================================================================
RCS file: /cvs/dist/rpms/alsa-utils/devel/alsa-utils.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- alsa-utils.spec	21 Jul 2005 14:45:18 -0000	1.22
+++ alsa-utils.spec	23 Aug 2005 10:51:22 -0000	1.23
@@ -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 @@
 /usr/share/alsa/speaker-test/*
 
 %changelog
+* Tue Aug 23 2005 Martin Stransky <stransky at redhat.com> 1.0.9-5
+- unmute External Amplifier by default (#166153)
+
 * Wed Jul 13 2005 Bill Nottingham <notting at redhat.com> 1.0.9-4
 - migrate the alsa restore program to a udev rule, not a dev.d program
 - conflict with appropriate udev


Index: alsaunmute.c
===================================================================
RCS file: /cvs/dist/rpms/alsa-utils/devel/alsaunmute.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- alsaunmute.c	11 Jul 2005 13:11:40 -0000	1.1
+++ alsaunmute.c	23 Aug 2005 10:51:22 -0000	1.2
@@ -86,7 +86,7 @@
   {"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"},  




More information about the fedora-cvs-commits mailing list