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

Commit 3ca51aa9 authored by Robert Shih's avatar Robert Shih Committed by Android Git Automerger
Browse files

am e6eeff25: am 4abb48c3: am 898e8575: am 72b0abdf: Merge "Zero out return...

am e6eeff25: am 4abb48c3: am 898e8575: am 72b0abdf: Merge "Zero out return values in audio binder calls" into lmp-mr1-dev

* commit 'e6eeff25':
  Zero out return values in audio binder calls
parents b553ce14 e6eeff25
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -877,7 +877,7 @@ status_t BnAudioPolicyService::onTransact(
            if (hasOffloadInfo) {
                data.read(&offloadInfo, sizeof(audio_offload_info_t));
            }
            audio_io_handle_t output;
            audio_io_handle_t output = 0;
            status_t status = getOutputForAttr(hasAttributes ? &attr : NULL,
                    &output, session, &stream, uid,
                    samplingRate, format, channelMask,