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

Commit cc60dbbd authored by Weiyin Jiang's avatar Weiyin Jiang Committed by Gerrit - the friendly Code Review server
Browse files

audio: resolve compilation error

Resolve compilation error.

Change-Id: Iaf6c73f76d490296b63dbedad246df526d9ddeab
parent 7b947dc3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4518,7 +4518,7 @@ static ssize_t out_write(struct audio_stream_out *stream, const void *buffer,

        if (ret < 0)
            ret = -errno;
        ALOGVV("%s: writing buffer (%zu bytes) to compress device returned %zd", __func__, bytes, ret);
        ALOGVV("%s: writing buffer (%zu bytes) to compress device returned %d", __func__, bytes, (int)ret);
        /*msg to cb thread only if non blocking write is enabled*/
        if (ret >= 0 && ret < (ssize_t)bytes && out->non_blocking) {
            ALOGD("No space available in compress driver, post msg to cb thread");