[svn-commits] mattf: branch 1.2 r3188 - /branches/1.2/wctdm24xxp/base.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Oct 26 10:08:37 CDT 2007


Author: mattf
Date: Fri Oct 26 10:08:37 2007
New Revision: 3188

URL: http://svn.digium.com/view/zaptel?view=rev&rev=3188
Log:
Another clock polarity update.  To fix garbage audio on some systems with the wctdm24xxp driver and VPMADT032

Modified:
    branches/1.2/wctdm24xxp/base.c

Modified: branches/1.2/wctdm24xxp/base.c
URL: http://svn.digium.com/view/zaptel/branches/1.2/wctdm24xxp/base.c?view=diff&rev=3188&r1=3187&r2=3188
==============================================================================
--- branches/1.2/wctdm24xxp/base.c (original)
+++ branches/1.2/wctdm24xxp/base.c Fri Oct 26 10:08:37 2007
@@ -2764,7 +2764,7 @@
 	portconfig.TxFrameSyncPolarity2 = FrameSyncActHigh;
 	portconfig.RxFrameSyncPolarity2 = FrameSyncActHigh;
 	portconfig.TxClockPolarity2 = SerClockActHigh;
-	portconfig.RxClockPolarity2 = SerClockActHigh;
+	portconfig.RxClockPolarity2 = SerClockActLow;
 	portconfig.TxDataDelay2 = DataDelay0;
 	portconfig.RxDataDelay2 = DataDelay0;
 	portconfig.DxDelay2 = Disabled;




More information about the svn-commits mailing list