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

Commit 4c047e92 authored by Eric Laurent's avatar Eric Laurent Committed by Automerger Merge Worker
Browse files

Merge "Deregistering mixes before register mixes in connectMixes" into main am: 3450b3b1

parents e9303ece 3450b3b1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14153,6 +14153,7 @@ public class AudioService extends IAudioService.Stub
                for (AudioMix mix : mMixes) {
                    mix.setVirtualDeviceId(mAttributionSource.getDeviceId());
                }
                mAudioSystem.registerPolicyMixes(mMixes, false);
                return mAudioSystem.registerPolicyMixes(mMixes, true);
            } finally {
                Binder.restoreCallingIdentity(identity);