From 67ac28f06584b44e1ca552e40017b80d555f9434 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Wed, 21 Dec 2011 18:38:13 +0000 Subject: 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 git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/branches/2.5@10386 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/xpp/xbus-core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dahdi/xpp/xbus-core.h b/drivers/dahdi/xpp/xbus-core.h index e86798e..4433932 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 -- cgit v1.2.3