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

Commit 7bb6545f authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 8316345 from 65cef33d to sc-qpr3-release

Change-Id: Ie1bf50b6109346db3e8a254d6b39c047673cad4b
parents 5d972863 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) {