[svn-commits] rmeyerriecks: branch linux/mspiceland/dahdi-qfalc31 r7406 - /linux/team/mspic...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Oct 15 13:46:58 CDT 2009


Author: rmeyerriecks
Date: Thu Oct 15 13:46:55 2009
New Revision: 7406

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=7406
Log:
Fixed a comment, conforming to styling guidelines.

Modified:
    linux/team/mspiceland/dahdi-qfalc31/drivers/dahdi/wct4xxp/base.c

Modified: linux/team/mspiceland/dahdi-qfalc31/drivers/dahdi/wct4xxp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/team/mspiceland/dahdi-qfalc31/drivers/dahdi/wct4xxp/base.c?view=diff&rev=7406&r1=7405&r2=7406
==============================================================================
--- linux/team/mspiceland/dahdi-qfalc31/drivers/dahdi/wct4xxp/base.c (original)
+++ linux/team/mspiceland/dahdi-qfalc31/drivers/dahdi/wct4xxp/base.c Thu Oct 15 13:46:55 2009
@@ -1769,7 +1769,8 @@
 	unsigned int timing;
 	int x;
 	if (unit != wc->syncsrc) {
-		timing = 0x38;		/* CMR1: RCLK unit, 8.192 Mhz TCLK, RCLK is 8.192 Mhz */
+		timing = 0x38;	/* Clock Mode: RCLK sourced by DCO-R1
+				   by default, Disable Clock-Switching */
 		if ((unit > -1) && (unit < 4)) {
 			timing |= (unit << 6);
 			for (x=0;x<wc->numspans;x++)  /* set all 4 receive reference clocks to unit */




More information about the svn-commits mailing list