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

Commit b06a4a16 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 am: cddf3949

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

Change-Id: I6a9d2826ccc5ebd4e8ab9ae8df51e64ad3875747
parents 05c5d697 cddf3949
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8684,6 +8684,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++) {