]> git.alsa-project.org Git - tinycompress.git/commitdiff
compress: Extend limit on error messages
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Fri, 25 Jan 2013 10:43:11 +0000 (10:43 +0000)
committerVinod Koul <vinod.koul@intel.com>
Mon, 28 Jan 2013 04:09:59 +0000 (20:09 -0800)
32 characters is a very short size for the error message, extend this
to 128 characters to prevent clipping on the majority of messages.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
compress.c

index faef98252cef18bf098e21be6487b91bd0863148..05e54ae1b8b4844671c7895503315f9f0a0acad5 100644 (file)
@@ -75,7 +75,7 @@
 #include "sound/compress_offload.h"
 #include "tinycompress/tinycompress.h"
 
-#define COMPR_ERR_MAX 32
+#define COMPR_ERR_MAX 128
 
 struct compress {
        int fd;