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

Commit cddf3949 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix exception when Release Audio Input Effect" am: 1004c244 am: e2aaf078

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

Change-Id: I6990e76cb3c4d65e41bd25d16ca10bdaf2773f03
parents 9df94ac9 e2aaf078
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8643,6 +8643,7 @@ status_t AudioFlinger::RecordThread::releaseAudioPatch_l(const audio_patch_handl

void AudioFlinger::RecordThread::updateOutDevices(const DeviceDescriptorBaseVector& outDevices)
{
    Mutex::Autolock _l(mLock);
    mOutDevices = outDevices;
    mOutDeviceTypeAddrs = deviceTypeAddrsFromDescriptors(mOutDevices);
    for (size_t i = 0; i < mEffectChains.size(); i++) {