[dahdi-commits] sruffell: linux/trunk r7570 -	/linux/trunk/drivers/dahdi/wcte12xp/base.c
    SVN commits to the DAHDI project 
    dahdi-commits at lists.digium.com
       
    Thu Nov 12 13:22:19 CST 2009
    
    
  
Author: sruffell
Date: Thu Nov 12 13:22:08 2009
New Revision: 7570
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=7570
Log:
wcte12xp: Change serial port configuration setting for hw echocan.
The wcte12xp, like the wctdm24xpp, should have the PcmOutPortA set to
SerialPortNull.
Modified:
    linux/trunk/drivers/dahdi/wcte12xp/base.c
Modified: linux/trunk/drivers/dahdi/wcte12xp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/wcte12xp/base.c?view=diff&rev=7570&r1=7569&r2=7570
==============================================================================
--- linux/trunk/drivers/dahdi/wcte12xp/base.c (original)
+++ linux/trunk/drivers/dahdi/wcte12xp/base.c Thu Nov 12 13:22:08 2009
@@ -1290,7 +1290,7 @@
 
 	chanconfig->PcmInPortA = 3;
 	chanconfig->PcmInSlotA = (channel + 1) * 2;
-	chanconfig->PcmOutPortA = 2;
+	chanconfig->PcmOutPortA = SerialPortNull;
 	chanconfig->PcmOutSlotA = (channel + 1) * 2;
 	chanconfig->PcmInPortB = 2;
 	chanconfig->PcmInSlotB = (channel + 1) * 2;
    
    
More information about the dahdi-commits
mailing list