[alsa-devel] [PATCH TINYCOMPRESS 3/14] compress: Remove unused buffer_size member from struct compress

Richard Fitzgerald rf at opensource.wolfsonmicro.com
Sun Feb 10 01:06:45 CET 2013


diff --git a/compress.c b/compress.c
index ee11988..fa2d43f 100644
--- a/compress.c
+++ b/compress.c
@@ -80,7 +80,6 @@
 struct compress {
 	int fd;
 	unsigned int flags;
-	__u64 buffer_size;
 	char error[COMPR_ERR_MAX];
 	struct compr_config *config;
 	int running:1;
-- 
1.7.2.5



More information about the Alsa-devel mailing list