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>
This commit is contained in:
David Henningsson 2013-05-30 12:26:33 +02:00 committed by Jaroslav Kysela
parent 2f43b66c06
commit 7f877543a3

View file

@ -95,8 +95,6 @@ typedef struct {
volatile struct snd_pcm_mmap_status * mmap_status; volatile struct snd_pcm_mmap_status * mmap_status;
struct snd_pcm_mmap_control *mmap_control; struct snd_pcm_mmap_control *mmap_control;
struct snd_pcm_sync_ptr *sync_ptr; struct snd_pcm_sync_ptr *sync_ptr;
snd_pcm_uframes_t hw_ptr;
snd_pcm_uframes_t appl_ptr;
int period_event; int period_event;
snd_timer_t *period_timer; snd_timer_t *period_timer;
struct pollfd period_timer_pfd; struct pollfd period_timer_pfd;