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

Commit 5bab576c authored by Phil Burk's avatar Phil Burk
Browse files

aaudio: disable EXCLUSIVE mode



It does not work because of SELinux restrictions.

Bug: 37167970
Test: we are disabling a feature because it does not work
Change-Id: If97ae72bde50dbc7808eb0768de25e6fbb388429
Signed-off-by: default avatarPhil Burk <philburk@google.com>
parent 6642d785
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;