Loading services/audioflinger/PatchPanel.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -168,6 +168,7 @@ status_t AudioFlinger::PatchPanel::createAudioPatch(const struct audio_patch *pa if (hwDevice != 0) { hwDevice->releaseAudioPatch(removedPatch.mHalHandle); } halHandle = removedPatch.mHalHandle; } mPatches.erase(iter); removeSoftwarePatchFromInsertedModules(*handle); Loading Loading
services/audioflinger/PatchPanel.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -168,6 +168,7 @@ status_t AudioFlinger::PatchPanel::createAudioPatch(const struct audio_patch *pa if (hwDevice != 0) { hwDevice->releaseAudioPatch(removedPatch.mHalHandle); } halHandle = removedPatch.mHalHandle; } mPatches.erase(iter); removeSoftwarePatchFromInsertedModules(*handle); Loading