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

Commit 29b39694 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Resolve compilation errors in HAL projects"

parents 146c371e a6e89493
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4563,7 +4563,7 @@ exit:
                            out_get_sample_rate(&out->stream.common));

        if (audio_extn_passthru_is_passthrough_stream(out)) {
                ALOGE("%s: write error, ret = %ld", __func__, ret);
                ALOGE("%s: write error, ret = %zd", __func__, ret);
                ATRACE_END();
                return ret;
        }