Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45fce58c authored by Eric Laurent's avatar Eric Laurent
Browse files

Fix issue 1996218: Disable use of shared memory buffer by SoundPool.

Disabled USE_SHARED_MEM_BUFFER compilation switch in SoundPool.cpp.
parent aa0e47cb
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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>