diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2013-04-18 06:03:10 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-04-21 03:53:56 -0400 |
commit | ccf17b13ca615a044c980f1e9a94a07b3f99926d (patch) | |
tree | 41ee6bf2911856175ed00840df4fa4886c5bb423 /include/sound | |
parent | daa2db59ce7e36011a6c92a0342cd0919b9fb7d3 (diff) |
ALSA: compress_core: Remove unused hw_pointer
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')
-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 db8273a5175a..2d7de9610f11 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 hw_pointer; | ||
60 | u64 app_pointer; | 59 | u64 app_pointer; |
61 | u64 total_bytes_available; | 60 | u64 total_bytes_available; |
62 | u64 total_bytes_transferred; | 61 | u64 total_bytes_transferred; |