[svn-commits] tzafrir: linux/trunk r10384 - /linux/trunk/drivers/dahdi/xpp/xbus-core.h
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Dec 21 12:10:48 CST 2011
Author: tzafrir
Date: Wed Dec 21 12:10:44 2011
New Revision: 10384
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=10384
Log:
xpp: Allow up to 128 Astribanks on a system
This is also a work around the bug fixed in the previous commit.
Signed-off-by: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
Modified:
linux/trunk/drivers/dahdi/xpp/xbus-core.h
Modified: linux/trunk/drivers/dahdi/xpp/xbus-core.h
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/xpp/xbus-core.h?view=diff&rev=10384&r1=10383&r2=10384
==============================================================================
--- linux/trunk/drivers/dahdi/xpp/xbus-core.h (original)
+++ linux/trunk/drivers/dahdi/xpp/xbus-core.h Wed Dec 21 12:10:44 2011
@@ -29,7 +29,7 @@
#include "xframe_queue.h"
#include "xbus-pcm.h"
-#define MAX_BUSES 32
+#define MAX_BUSES 128
#define XFRAME_DATASIZE 512
#define MAX_ENV_STR 40
More information about the svn-commits
mailing list