aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2012-08-28 19:27:26 -0400
committerTakashi Iwai <tiwai@suse.de>2012-08-28 19:30:02 -0400
commit48ee7cb8b4867093c75eb5102f2359c9799b3341 (patch)
treec65add6150241b038d2899d83c59541a8417380f /sound
parent1338fc97d07a04e74a7b75ff28b7751061f4cf38 (diff)
ALSA: usb-audio: Remove obsoleted fields in struct snd_usb_substream
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>
Diffstat (limited to 'sound')
-rw-r--r--sound/usb/card.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/usb/card.h b/sound/usb/card.h
index 2b9fffff23b6..bcb5267a02e8 100644
--- a/sound/usb/card.h
+++ b/sound/usb/card.h
@@ -115,8 +115,6 @@ struct snd_usb_substream {
115 115
116 unsigned int hwptr_done; /* processed byte position in the buffer */ 116 unsigned int hwptr_done; /* processed byte position in the buffer */
117 unsigned int transfer_done; /* processed frames since last period update */ 117 unsigned int transfer_done; /* processed frames since last period update */
118 unsigned long active_mask; /* bitmask of active urbs */
119 unsigned long unlink_mask; /* bitmask of unlinked urbs */
120 118
121 /* data and sync endpoints for this stream */ 119 /* data and sync endpoints for this stream */
122 unsigned int ep_num; /* the endpoint number */ 120 unsigned int ep_num; /* the endpoint number */