]> git.alsa-project.org Git - alsa-lib.git/commitdiff
pcm_hw: Remove unused fields in struct
authorDavid Henningsson <david.henningsson@canonical.com>
Thu, 30 May 2013 10:26:33 +0000 (12:26 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 30 May 2013 12:04:05 +0000 (14:04 +0200)
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>
src/pcm/pcm_hw.c

index 0f3226d9195cef44c804af4a00a1a041f902f890..196393d076215e170398fb6c99db85198abf693c 100644 (file)
@@ -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;