[svn-commits] mspiceland: linux/trunk r8768 - /linux/trunk/drivers/dahdi/wct4xxp/base.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jun 14 16:34:58 CDT 2010


Author: mspiceland
Date: Mon Jun 14 16:34:54 2010
New Revision: 8768

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8768
Log:
Expose some dynamic latency options as module parameters for the wct4xxp driver

latency - the default number of ms of buffering to start off with
ms_per_irq - how often the card interrupts

Modified:
    linux/trunk/drivers/dahdi/wct4xxp/base.c

Modified: linux/trunk/drivers/dahdi/wct4xxp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/wct4xxp/base.c?view=diff&rev=8768&r1=8767&r2=8768
==============================================================================
--- linux/trunk/drivers/dahdi/wct4xxp/base.c (original)
+++ linux/trunk/drivers/dahdi/wct4xxp/base.c Mon Jun 14 16:34:54 2010
@@ -4518,6 +4518,8 @@
 module_param(yelalarmdebounce, int, 0600);
 module_param(j1mode, int, 0600);
 module_param(sigmode, int, 0600);
+module_param(latency, int, 0600);
+module_param(ms_per_irq, int, 0600);
 #ifdef VPM_SUPPORT
 module_param(vpmsupport, int, 0600);
 module_param(vpmdtmfsupport, int, 0600);




More information about the svn-commits mailing list