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

Commit 0443ba44 authored by Eric Laurent's avatar Eric Laurent Committed by android-build-merger
Browse files

Merge "AudioPolicyService: Synchronize access to AudioPolicyManager" am: 60cf8e89 am: 62ac7146

am: f71d2618

* commit 'f71d2618':
  AudioPolicyService: Synchronize access to AudioPolicyManager
parents 7e64d652 f71d2618
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -463,6 +463,7 @@ audio_devices_t AudioPolicyService::getDevicesForStream(audio_stream_type_t stre
    if (mAudioPolicyManager == NULL) {
        return AUDIO_DEVICE_NONE;
    }
    Mutex::Autolock _l(mLock);
    return mAudioPolicyManager->getDevicesForStream(stream);
}