summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-12-21 18:10:44 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-12-21 18:10:44 +0000
commitd8ed73aa1f1bb05a4bf81262901982ec8e7645b3 (patch)
tree30e440fa8dc383383f2c3dcc53ecf501f608a5c1
parent91d86c47be69bcd774512ea76171007e23d682e9 (diff)
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@xorcom.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10384 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--drivers/dahdi/xpp/xbus-core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/xpp/xbus-core.h b/drivers/dahdi/xpp/xbus-core.h
index 270330e..c5a0361 100644
--- a/drivers/dahdi/xpp/xbus-core.h
+++ b/drivers/dahdi/xpp/xbus-core.h
@@ -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