rpms/alsa-utils/devel alsa-utils.spec, 1.52, 1.53 alsaunmute.c, 1.12, 1.13

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed May 2 12:49:42 UTC 2007


Author: stransky

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

Modified Files:
	alsa-utils.spec alsaunmute.c 
Log Message:
added fix for #238442 (unmute Mono channel for w4550, xw4600, xw6600, and xw8600)


Index: alsa-utils.spec
===================================================================
RCS file: /cvs/dist/rpms/alsa-utils/devel/alsa-utils.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- alsa-utils.spec	18 Apr 2007 12:28:22 -0000	1.52
+++ alsa-utils.spec	2 May 2007 12:49:40 -0000	1.53
@@ -4,7 +4,7 @@
 Summary: 	Advanced Linux Sound Architecture (ALSA) utilities
 Name: 		alsa-utils
 Version: 	1.0.14
-Release: 	0.5%{?prever_dot}%{?dist}
+Release: 	0.6%{?prever_dot}%{?dist}
 License: 	GPL
 Group: 		Applications/Multimedia
 URL: 		http://www.alsa-project.org/
@@ -74,6 +74,10 @@
 /usr/share/locale/*
 
 %changelog
+* Wed May 2 2007 Martin Stransky <stransky at redhat.com> 1.0.14-0.6.rc2
+- added fix for #238442 (unmute Mono channel for w4550, 
+  xw4600, xw6600, and xw8600)
+
 * Wed Apr 18 2007 Martin Stransky <stransky at redhat.com> 1.0.14-0.5.rc2
 - added more funcionality to salsa (save/load sound settings),
   moved volume settings to /etc/alsa/


Index: alsaunmute.c
===================================================================
RCS file: /cvs/dist/rpms/alsa-utils/devel/alsaunmute.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- alsaunmute.c	10 Apr 2007 11:22:40 -0000	1.12
+++ alsaunmute.c	2 May 2007 12:49:40 -0000	1.13
@@ -96,6 +96,9 @@
   // Specific config for snd-intel8x0 (xw8000)
   {"Master Mono", 	75,	1,	0, 	0, 	"snd-intel8x0"},  
 
+  // Specific config for snd_hda_intel (xw8600/xw6600/xw4600/xw4450)
+  {"Master Mono", 	75,	1,	0, 	0, 	"snd_hda_intel"},
+
   // Specific config for snd-ens1371
   {"IEC958", 		0,	0,	0, 	0, 	"snd-ens1371"},
   {"iSpeaker",         75,      1,      0,      0,      "snd-hda-intel"}




More information about the fedora-cvs-commits mailing list