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

Commit d95b316b 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

Change-Id: Id74e2560e30e1f582d9370cc3b96de4fc2f803f3
parents 44d34932 13f2ff3d
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;