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

Commit 998ab521 authored by Eric Laurent's avatar Eric Laurent Committed by android-build-merger
Browse files

Merge \\"AudioPolicyManager: fix music volume following alarm\\" into nyc-mr1-dev am: f81362f6

am: b44eb7ed

Change-Id: I53f868ed86819a2e1cff52e69547c384569a50fd
parents 90f8c621 b44eb7ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4448,7 +4448,7 @@ audio_devices_t AudioPolicyManager::getDevicesForStream(audio_stream_type_t stre
        }
        routing_strategy curStrategy = getStrategy((audio_stream_type_t)curStream);
        audio_devices_t curDevices =
                getDeviceForStrategy((routing_strategy)curStrategy, true /*fromCache*/);
                getDeviceForStrategy((routing_strategy)curStrategy, false /*fromCache*/);
        SortedVector<audio_io_handle_t> outputs = getOutputsForDevice(curDevices, mOutputs);
        for (size_t i = 0; i < outputs.size(); i++) {
            sp<AudioOutputDescriptor> outputDesc = mOutputs.valueFor(outputs[i]);