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

Commit e4983ad6 authored by Phil Burk's avatar Phil Burk Committed by android-build-merger
Browse files

Merge "aaudio: disable EXCLUSIVE mode" into oc-dev am: 13f2ff3d

am: d95b316b

Change-Id: Ic740cdd01953f310b41b04d41a5f11695c9564df
parents 8e0b6f22 d95b316b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@
// Enable a mixer in AAudio service that will mix stream to an ALSA MMAP buffer.
#define MMAP_SHARED_ENABLED      0
// Enable AAUDIO_SHARING_MODE_EXCLUSIVE that uses an ALSA MMAP buffer.
#define MMAP_EXCLUSIVE_ENABLED   1
#define MMAP_EXCLUSIVE_ENABLED   0

using namespace aaudio;