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

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

Merge "audio policy: fix record op monitor use of wrong command thread" into...

Merge "audio policy: fix record op monitor use of wrong command thread" into sc-dev am: 16c1516e am: e7192862

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/15337530

Change-Id: I89f2c94bbdb166edf7e6a9e602e8ff008711116e
parents b823e554 e7192862
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -675,7 +675,7 @@ Status AudioPolicyService::getInputForAttr(const media::AudioAttributesInternal&
        sp<AudioRecordClient> client = new AudioRecordClient(attr, input, session, portId,
                                                             selectedDeviceId, adjAttributionSource,
                                                             canCaptureOutput, canCaptureHotword,
                                                             mAudioCommandThread);
                                                             mOutputCommandThread);
        mAudioRecordClients.add(portId, client);
    }