diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2013-04-18 06:03:46 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-04-21 03:54:11 -0400 |
commit | f0283b58d01d36910fcd195d1fc365a3356b2be0 (patch) | |
tree | 77e12a473efd6837bdaa239ec81d2be85ff2afd2 /include/sound/compress_driver.h | |
parent | ccf17b13ca615a044c980f1e9a94a07b3f99926d (diff) |
ALSA: compress_core: Rework writes to use cumulative values
This patch reworks the writes to use cumulative values thus making the
app_pointer unecessary and removing it.
Only tested as far as build.
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound/compress_driver.h')
-rw-r--r-- | include/sound/compress_driver.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/compress_driver.h b/include/sound/compress_driver.h index 2d7de9610f11..9031a26249b5 100644 --- a/include/sound/compress_driver.h +++ b/include/sound/compress_driver.h | |||
@@ -56,7 +56,6 @@ struct snd_compr_runtime { | |||
56 | u64 buffer_size; | 56 | u64 buffer_size; |
57 | u32 fragment_size; | 57 | u32 fragment_size; |
58 | u32 fragments; | 58 | u32 fragments; |
59 | u64 app_pointer; | ||
60 | u64 total_bytes_available; | 59 | u64 total_bytes_available; |
61 | u64 total_bytes_transferred; | 60 | u64 total_bytes_transferred; |
62 | wait_queue_head_t sleep; | 61 | wait_queue_head_t sleep; |