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

Commit 592a45c1 authored by Luca Stefani's avatar Luca Stefani
Browse files

policy_hal: Fix mismerges

Change-Id: I19344f9ab589e5e6896888a937bed51174e3fa1d
parent b5f28ec9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -845,7 +845,7 @@ status_t AudioPolicyManagerCustom::stopSource(sp<AudioOutputDescriptor> outputDe
                                    delayMs);
                        // re-apply device specific volume if not done by setOutputDevice()
                        if (!force) {
                            applyStreamVolumes(desc, newDevice, delayMs);
                            applyStreamVolumes(desc, dev, delayMs);
                        }
                }
            }