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

Commit 9a561561 authored by Eric Laurent's avatar Eric Laurent Committed by Presubmit Automerger Backend
Browse files

[automerge] DO NOT MERGE - Spatializer: disable head tracking 2p: 65cef33d

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/17219835

Bug: 224623509
Change-Id: I9b009018127ebc988cfad077e1e6db6041c3b9ec
parents 4cb91e82 65cef33d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -216,7 +216,9 @@ status_t Spatializer::loadEngineConfiguration(sp<EffectHalInterface> effect) {
    if (status != NO_ERROR) {
        return status;
    }
    mSupportsHeadTracking = supportsHeadTracking[0];
// Disable head tracking until head sensor activity is properly controlled.
//    mSupportsHeadTracking = supportsHeadTracking[0];
    mSupportsHeadTracking = false;

    status = getHalParameter<true>(effect, SPATIALIZER_PARAM_SUPPORTED_LEVELS, &mLevels);
    if (status != NO_ERROR) {