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;
                

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to