summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMike Spiceland <mspiceland@digium.com>2010-06-14 21:34:54 +0000
committerMike Spiceland <mspiceland@digium.com>2010-06-14 21:34:54 +0000
commit0864e2941d8085b43819e59c4dcf161bb63e58ff (patch)
tree1a2889170abe224a1cf77a1c44b5c11de1eb2d1c /drivers
parent4f0bebe7753161783593fcc76d800ec12bd3d909 (diff)
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 git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@8768 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers')
-rw-r--r--drivers/dahdi/wct4xxp/base.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/dahdi/wct4xxp/base.c b/drivers/dahdi/wct4xxp/base.c
index 33ce3f5..ae3b94a 100644
--- a/drivers/dahdi/wct4xxp/base.c
+++ b/drivers/dahdi/wct4xxp/base.c
@@ -4518,6 +4518,8 @@ module_param(aisalarmdebounce, int, 0600);
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);