[svn-commits] mattf: branch 1.4 r3189 - in /branches/1.4: ./ wctdm24xxp/base.c

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


Author: mattf
Date: Fri Oct 26 10:12:24 2007
New Revision: 3189

URL: http://svn.digium.com/view/zaptel?view=rev&rev=3189
Log:
Merged revisions 3188 via svnmerge from 
https://origsvn.digium.com/svn/zaptel/branches/1.2

........
r3188 | mattf | 2007-10-26 10:08:37 -0500 (Fri, 26 Oct 2007) | 1 line

Another clock polarity update.  To fix garbage audio on some systems with the wctdm24xxp driver and VPMADT032
........

Modified:
    branches/1.4/   (props changed)
    branches/1.4/wctdm24xxp/base.c

Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.

Modified: branches/1.4/wctdm24xxp/base.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/wctdm24xxp/base.c?view=diff&rev=3189&r1=3188&r2=3189
==============================================================================
--- branches/1.4/wctdm24xxp/base.c (original)
+++ branches/1.4/wctdm24xxp/base.c Fri Oct 26 10:12:24 2007
@@ -3363,7 +3363,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