summaryrefslogtreecommitdiffstats
path: root/arm-wt-22k/lib_src/jet_data.h
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-01-22 00:13:41 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-01-22 00:13:41 -0800
commit129d62c5566a136d7f2fb53a3d7c8a7eb447a4f1 (patch)
tree92fc8a59b6c28dcd0291323c816e726b9e7fc522 /arm-wt-22k/lib_src/jet_data.h
parent5257e139e49727f9eaab95f4f9390f629ccfe06d (diff)
downloadandroid_external_sonivox-129d62c5566a136d7f2fb53a3d7c8a7eb447a4f1.tar.gz
android_external_sonivox-129d62c5566a136d7f2fb53a3d7c8a7eb447a4f1.tar.bz2
android_external_sonivox-129d62c5566a136d7f2fb53a3d7c8a7eb447a4f1.zip
auto import from //branches/cupcake/...@127436
Diffstat (limited to 'arm-wt-22k/lib_src/jet_data.h')
-rw-r--r--arm-wt-22k/lib_src/jet_data.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm-wt-22k/lib_src/jet_data.h b/arm-wt-22k/lib_src/jet_data.h
index bdfe452..7174950 100644
--- a/arm-wt-22k/lib_src/jet_data.h
+++ b/arm-wt-22k/lib_src/jet_data.h
@@ -44,17 +44,17 @@
/* maximum number of JET events in internal queue */
#ifndef JET_EVENT_QUEUE_SIZE
-#define JET_EVENT_QUEUE_SIZE 8
+#define JET_EVENT_QUEUE_SIZE 32
#endif
/* maximum number of JET events in application queue */
#ifndef APP_EVENT_QUEUE_SIZE
-#define APP_EVENT_QUEUE_SIZE 8
+#define APP_EVENT_QUEUE_SIZE 32
#endif
/* maximum number of active mute events */
#ifndef JET_MUTE_QUEUE_SIZE
-#define JET_MUTE_QUEUE_SIZE 4
+#define JET_MUTE_QUEUE_SIZE 8
#endif
/*----------------------------------------------------------------------------