summaryrefslogtreecommitdiffstats
path: root/arm-wt-22k/host_src/eas_hostmm.c
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-18 17:39:44 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-18 17:39:44 -0700
commit76d1ca9c283712cce85667de949403eecc4e92dc (patch)
tree7ced45d0555d0b4d6b64e1dc89197916e6ede7a0 /arm-wt-22k/host_src/eas_hostmm.c
parent07c322c52f1746da095853e70d44686d32df5bdb (diff)
downloadandroid_external_sonivox-76d1ca9c283712cce85667de949403eecc4e92dc.tar.gz
android_external_sonivox-76d1ca9c283712cce85667de949403eecc4e92dc.tar.bz2
android_external_sonivox-76d1ca9c283712cce85667de949403eecc4e92dc.zip
auto import from //branches/cupcake_rel/...@140373
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