[Asterisk-cvs] zaptel wct4xxp.c,1.74,1.75 wctdm.c,1.114,1.115

mattf at lists.digium.com mattf at lists.digium.com
Wed Jun 22 12:28:45 CDT 2005


Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv14117

Modified Files:
	wct4xxp.c wctdm.c 
Log Message:
Little addition to TDM driver, fix messup commit on quadspan


Index: wct4xxp.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wct4xxp.c,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- wct4xxp.c	22 Jun 2005 14:43:14 -0000	1.74
+++ wct4xxp.c	22 Jun 2005 16:29:25 -0000	1.75
@@ -56,7 +56,7 @@
 
 /* Work queues are a way to better distribute load on SMP systems */
 #ifdef LINUX26
-//#define ENABLE_WORKQUEUES 
+#define ENABLE_WORKQUEUES 
 #endif
 
 /* Enable prefetching may help performance */

Index: wctdm.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wctdm.c,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -d -r1.114 -r1.115
--- wctdm.c	22 Jun 2005 14:43:14 -0000	1.114
+++ wctdm.c	22 Jun 2005 16:29:25 -0000	1.115
@@ -1457,8 +1457,10 @@
 	wctdm_setreg(wc, card, 5, 0x08);
 
 	/* NZ -- crank the tx gain up by 7 dB */
-	if (!strcmp(fxo_modes[_opermode].name, "NEWZEALAND"))
+	if (!strcmp(fxo_modes[_opermode].name, "NEWZEALAND")) {
+		printk("Adjusting gain\n");
 		wctdm_setreg(wc, card, 38, 0x7);
+	}
 
 	return 0;
 		




More information about the svn-commits mailing list