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

Commit 13f2ff3d authored by Phil Burk's avatar Phil Burk Committed by Android (Google) Code Review
Browse files

Merge "aaudio: disable EXCLUSIVE mode" into oc-dev

parents 9c90fb9a 5bab576c
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;