[alsa-devel] [PATCH TINYCOMPRESS 3/14 v2] compress: Remove unused buffer_size member from struct compress
Richard Fitzgerald
rf at opensource.wolfsonmicro.com
Fri Feb 22 16:58:32 CET 2013
---
compress.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/compress.c b/compress.c
index 5429754..3cd0f85 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;
unsigned int running:1;
--
1.7.2.5
More information about the Alsa-devel
mailing list