[dahdi-commits] dahdi/linux.git branch "2.8.y" updated.

SVN commits to the DAHDI project dahdi-commits at lists.digium.com
Wed Jan 8 13:53:21 CST 2014


branch "2.8.y" has been updated
       via  c03330ae9dcb0b1fca52d6aa194f740eec3a0719 (commit)
      from  ce03e88d77628bd05a64f64c80b3c3f8fb247634 (commit)

Summary of changes:
 drivers/dahdi/wcte13xp-base.c |    6 ------
 1 file changed, 6 deletions(-)


- Log -----------------------------------------------------------------
commit c03330ae9dcb0b1fca52d6aa194f740eec3a0719
Author: Shaun Ruffell <sruffell at digium.com>
Date:   Wed Jan 8 13:52:26 2014 -0600

    Revert "wcte13xp: Export max_latency module parameter."
    
    This was my mistake. This module parameter cannot be added on the 2.8 branch.
    
    This reverts commit bb8512f56f43be4290f7a0437f8af0906892ec0d.

diff --git a/drivers/dahdi/wcte13xp-base.c b/drivers/dahdi/wcte13xp-base.c
index 40e9134..cb16c63 100644
--- a/drivers/dahdi/wcte13xp-base.c
+++ b/drivers/dahdi/wcte13xp-base.c
@@ -178,7 +178,6 @@ static int yelalarmdebounce = 500; /* RAI(yellow) def to 0.5s AT&T devguide */
 static char *default_linemode = "t1"; /* 'e1', 't1', or 'j1' */
 static int force_firmware;
 static int latency = WCXB_DEFAULT_LATENCY;
-static unsigned int max_latency = WCXB_DEFAULT_MAXLATENCY;
 
 struct t13x_firm_header {
 	u8	header[6];
@@ -2574,9 +2573,6 @@ static int __devinit te13xp_init_one(struct pci_dev *pdev,
 		goto fail_exit;
 	}
 
-	wcxb_set_minlatency(&wc->xb, latency);
-	wcxb_set_maxlatency(&wc->xb, max_latency);
-
 	create_sysfs_files(wc);
 
 	res = t13x_hardware_post_init(wc, &type);
@@ -2735,8 +2731,6 @@ module_param(vpmsupport, int, 0600);
 module_param(force_firmware, int, S_IRUGO);
 module_param(latency, int, S_IRUGO);
 MODULE_PARM_DESC(latency, "How many milliseconds of audio to buffer between card and host (3ms default). This number will increase during runtime, dynamically, if dahdi detects that it is too small. This is commonly refered to as a \"latency bump\"");
-module_param(max_latency, int, 0600);
-MODULE_PARM_DESC(max_latency, "The maximum amount of latency that the driver will permit.");
 
 MODULE_DESCRIPTION("Wildcard Digital Card Driver");
 MODULE_AUTHOR("Digium Incorporated <support at digium.com>");

-----------------------------------------------------------------------


-- 
dahdi/linux.git



More information about the dahdi-commits mailing list