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

Commit 3450b3b1 authored by Eric Laurent's avatar Eric Laurent Committed by Gerrit Code Review
Browse files

Merge "Deregistering mixes before register mixes in connectMixes" into main

parents 75103f5d c3c81f39
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);