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

Commit 3b496cd2 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: b82664da

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

Change-Id: I59ca4d09939f61f405a1554350f4b8fe2090cd2c
parents a8777db9 b82664da
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);
    }