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

Commit 1004c244 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix exception when Release Audio Input Effect"

parents 691ebfea 56aa82b2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8635,6 +8635,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++) {