hal: Shush some logspam

 * No need to spam the logs every time the offload buffer fills up,
   this is just business as usual.

Change-Id: I8cdc0c65fb2e8c86eeba2c390b998f2c60438ac8
diff --git a/hal/audio_hw.c b/hal/audio_hw.c
index 766e2b7..ed3c127 100644
--- a/hal/audio_hw.c
+++ b/hal/audio_hw.c
@@ -2126,7 +2126,7 @@
             ret = -errno;
         ALOGVV("%s: writing buffer (%d bytes) to compress device returned %d", __func__, bytes, ret);
         if (ret >= 0 && ret < (ssize_t)bytes) {
-            ALOGD("No space available in compress driver, post msg to cb thread");
+            ALOGV("No space available in compress driver, post msg to cb thread");
             send_offload_cmd_l(out, OFFLOAD_CMD_WAIT_FOR_BUFFER);
         } else if (-ENETRESET == ret) {
             ALOGE("copl %s: received sound card offline state on compress write", __func__);