rpms/alsa-utils/devel alsa-utils.spec, 1.53, 1.54 alsaunmute.c, 1.13, 1.14

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed May 16 14:12:26 UTC 2007


Author: stransky

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

Modified Files:
	alsa-utils.spec alsaunmute.c 
Log Message:
added fix for #235635 (unmute channels on MacBook, thanks to Jussi Eloranta)


Index: alsa-utils.spec
===================================================================
RCS file: /cvs/dist/rpms/alsa-utils/devel/alsa-utils.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- alsa-utils.spec	2 May 2007 12:49:40 -0000	1.53
+++ alsa-utils.spec	16 May 2007 14:12:24 -0000	1.54
@@ -4,7 +4,7 @@
 Summary: 	Advanced Linux Sound Architecture (ALSA) utilities
 Name: 		alsa-utils
 Version: 	1.0.14
-Release: 	0.6%{?prever_dot}%{?dist}
+Release: 	0.7%{?prever_dot}%{?dist}
 License: 	GPL
 Group: 		Applications/Multimedia
 URL: 		http://www.alsa-project.org/
@@ -74,6 +74,9 @@
 /usr/share/locale/*
 
 %changelog
+* Wed May 16 2007 Martin Stransky <stransky at redhat.com> 1.0.14-0.7.rc2
+- added fix for #235635 (unmute channels on MacBook, thanks to Jussi Eloranta)
+
 * 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)


Index: alsaunmute.c
===================================================================
RCS file: /cvs/dist/rpms/alsa-utils/devel/alsaunmute.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- alsaunmute.c	2 May 2007 12:49:40 -0000	1.13
+++ alsaunmute.c	16 May 2007 14:12:24 -0000	1.14
@@ -101,7 +101,11 @@
 
   // Specific config for snd-ens1371
   {"IEC958", 		0,	0,	0, 	0, 	"snd-ens1371"},
-  {"iSpeaker",         75,      1,      0,      0,      "snd-hda-intel"}
+  {"iSpeaker",         75,      1,      0,      0,      "snd-hda-intel"},
+
+  // Specific configuration for MacBook
+  {"Side",             75,      1,      0,      0,      "snd_hda_intel"},
+  {"Line In as Output",75,      1,      0,      0,      "snd_hda_intel"}
   
 };
 




More information about the fedora-cvs-commits mailing list