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

Commit 16c1516e authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

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

parents d8b09dda 9925db5e
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);
    }