audio: resolve compilation error

Resolve compilation error.

Change-Id: Iaf6c73f76d490296b63dbedad246df526d9ddeab
diff --git a/hal/audio_hw.c b/hal/audio_hw.c
index 4c51ef6..ca4e00c 100644
--- a/hal/audio_hw.c
+++ b/hal/audio_hw.c
@@ -4518,7 +4518,7 @@
 
         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");