[zaptel-commits] sruffell: branch 1.4 r4540 - /branches/1.4/kernel/wctc4xxp/base.c

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Wed Sep 24 01:15:28 CDT 2008


Author: sruffell
Date: Wed Sep 24 01:15:28 2008
New Revision: 4540

URL: http://svn.digium.com/view/zaptel?view=rev&rev=4540
Log:
Adding back in the mode module parameter for the wctc4xxp driver.  This is
primarily used to increase the number of channels available when only
transcoding to/from g729 by setting it to 'g729'.

Modified:
    branches/1.4/kernel/wctc4xxp/base.c

Modified: branches/1.4/kernel/wctc4xxp/base.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/kernel/wctc4xxp/base.c?view=diff&rev=4540&r1=4539&r2=4540
==============================================================================
--- branches/1.4/kernel/wctc4xxp/base.c (original)
+++ branches/1.4/kernel/wctc4xxp/base.c Wed Sep 24 01:15:28 2008
@@ -3269,6 +3269,8 @@
 }
 
 module_param(debug, int, S_IRUGO | S_IWUSR);
+module_param(mode, charp, S_IRUGO | S_IWUSR);
+MODULE_PARM_DESC(mode, "'g729', 'g723.1', or 'any'.  Default 'any'.");
 MODULE_DESCRIPTION("Wildcard TC400P+TC400M Driver");
 MODULE_AUTHOR("Digium Incorporated <support at digium.com>");
 #ifdef MODULE_LICENSE




More information about the zaptel-commits mailing list