ALSA: usb-audio: Remove obsoleted fields in struct snd_usb_substream
authorTakashi Iwai <tiwai@suse.de>
Tue, 28 Aug 2012 23:27:26 +0000 (16:27 -0700)
committerTakashi Iwai <tiwai@suse.de>
Tue, 28 Aug 2012 23:30:02 +0000 (16:30 -0700)
The two entries are duplicated in struct snd_usb_endpoint.
Seems forgotten in the last clean-up.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/card.h

index 2b9fffff23b62a5449d39f2a4b03cbaadb1529a6..bcb5267a02e8d119f0bf0e227975a48baa6ec85b 100644 (file)
@@ -115,8 +115,6 @@ struct snd_usb_substream {
 
        unsigned int hwptr_done;        /* processed byte position in the buffer */
        unsigned int transfer_done;             /* processed frames since last period update */
-       unsigned long active_mask;      /* bitmask of active urbs */
-       unsigned long unlink_mask;      /* bitmask of unlinked urbs */
 
        /* data and sync endpoints for this stream */
        unsigned int ep_num;            /* the endpoint number */