diff options
author | Eric Laurent <elaurent@google.com> | 2009-07-22 11:12:31 -0700 |
---|---|---|
committer | Eric Laurent <elaurent@google.com> | 2009-07-22 11:12:31 -0700 |
commit | 45fce58ca1f8d967bdca574e79837ae2fcfed741 (patch) | |
tree | bd5331ed3b6b8946fa3e3afd8f15ef6facd658b3 /media/jni/soundpool/SoundPool.cpp | |
parent | aa0e47cbd6ccada9d194f39e6b4372d2d3594b38 (diff) | |
download | frameworks_base-45fce58ca1f8d967bdca574e79837ae2fcfed741.zip frameworks_base-45fce58ca1f8d967bdca574e79837ae2fcfed741.tar.gz frameworks_base-45fce58ca1f8d967bdca574e79837ae2fcfed741.tar.bz2 |
Fix issue 1996218: Disable use of shared memory buffer by SoundPool.
Disabled USE_SHARED_MEM_BUFFER compilation switch in SoundPool.cpp.
Diffstat (limited to 'media/jni/soundpool/SoundPool.cpp')
-rw-r--r-- | media/jni/soundpool/SoundPool.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media/jni/soundpool/SoundPool.cpp b/media/jni/soundpool/SoundPool.cpp index ce80f92..1fdecdd 100644 --- a/media/jni/soundpool/SoundPool.cpp +++ b/media/jni/soundpool/SoundPool.cpp @@ -18,8 +18,7 @@ #define LOG_TAG "SoundPool" #include <utils/Log.h> -// -#define USE_SHARED_MEM_BUFFER +//#define USE_SHARED_MEM_BUFFER // XXX needed for timing latency #include <utils/Timers.h> |