summaryrefslogtreecommitdiffstats
path: root/arm-wt-22k/host_src/eas_hostmm.c
diff options
context:
space:
mode:
Diffstat (limited to 'arm-wt-22k/host_src/eas_hostmm.c')
-rw-r--r--arm-wt-22k/host_src/eas_hostmm.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/arm-wt-22k/host_src/eas_hostmm.c b/arm-wt-22k/host_src/eas_hostmm.c
index 132239b..d8eed8e 100644
--- a/arm-wt-22k/host_src/eas_hostmm.c
+++ b/arm-wt-22k/host_src/eas_hostmm.c
@@ -70,8 +70,11 @@
#endif
#ifndef EAS_MAX_FILE_HANDLES
-#define EAS_MAX_FILE_HANDLES 32
-#endif
+// 100 max file handles == 3 * (nb tracks(32) + 1 for the segment) + 1 for jet file
+// 3 == 1(playing segment) + 1(prepared segment)
+// + 1(after end of playing segment, before files closed)
+#define EAS_MAX_FILE_HANDLES 100
+#endif
/*
* this structure and the related function are here