alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH TINYCOMPRESS 3/14] compress: Remove unused buffer_size member from struct compress
@ 2013-02-10  0:06 Richard Fitzgerald
  2013-02-22 15:58 ` [PATCH TINYCOMPRESS 3/14 v2] " Richard Fitzgerald
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Fitzgerald @ 2013-02-10  0:06 UTC (permalink / raw)
  To: vinod.koul; +Cc: alsa-devel

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-02-22 15:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-10  0:06 [PATCH TINYCOMPRESS 3/14] compress: Remove unused buffer_size member from struct compress Richard Fitzgerald
2013-02-22 15:58 ` [PATCH TINYCOMPRESS 3/14 v2] " Richard Fitzgerald

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).