diff options
author | David Henningsson <david.henningsson@canonical.com> | 2013-05-30 12:26:33 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2013-05-30 14:04:05 +0200 |
commit | 7f877543a36efd8fd5d38fae21352fc0567ece21 (patch) | |
tree | dff2a1dc1a05faf66d1aefcea52480cbcd370dc2 | |
parent | 2f43b66c06ece64529e482a6dcc95cde37648252 (diff) |
pcm_hw: Remove unused fields in struct
These fields are not used, and their name similarity to other
fields are quite confusing when trying to debug alsa-lib.
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
-rw-r--r-- | src/pcm/pcm_hw.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pcm/pcm_hw.c b/src/pcm/pcm_hw.c index 0f3226d9..196393d0 100644 --- a/src/pcm/pcm_hw.c +++ b/src/pcm/pcm_hw.c @@ -95,8 +95,6 @@ typedef struct { volatile struct snd_pcm_mmap_status * mmap_status; struct snd_pcm_mmap_control *mmap_control; struct snd_pcm_sync_ptr *sync_ptr; - snd_pcm_uframes_t hw_ptr; - snd_pcm_uframes_t appl_ptr; int period_event; snd_timer_t *period_timer; struct pollfd period_timer_pfd; |