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

Commit 0db49f4a authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 7911557 from 01bf6a0a to sc-v2-release

Change-Id: I0114ea92b8bcee29358d0adacfa3235964a69f5c
parents 4fd03a0f 01bf6a0a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -565,6 +565,12 @@ private:
            : mChain(owner)
            , mThread(thread)
            , mAudioFlinger(*gAudioFlinger) {
            sp<ThreadBase> base = thread.promote();
            if (base != nullptr) {
                mThreadType = base->type();
            } else {
                mThreadType = ThreadBase::MIXER;  // assure a consistent value.
            }
        }

        status_t createEffectHal(const effect_uuid_t *pEffectUuid,