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

Commit b44eb7ed 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

Change-Id: If23dda76fd11bc25ee1adf7b069df732cfce87f4
parents 85d42d4b f81362f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4386,7 +4386,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]);