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

Commit 9b3c5bee 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 sc-dev am: 16c1516e

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

Change-Id: I8044d61a9ba1f4e524d334256f3d3bb0e7467e28
parents 600a2b88 16c1516e
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);
    }