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

Commit 0306b0b0 authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

Merge changes from topic "presubmit-am-6e44f7e2535949bca0911680f5db1122" into sc-v2-dev-plus-aosp

* changes:
  [automerge] DO NOT MERGE - Spatializer: disable head tracking 2p: 65cef33d
  DO NOT MERGE - Spatializer: disable head tracking
parents c02e8001 9a561561
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) {