diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-08-28 16:27:26 -0700 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-08-28 16:30:02 -0700 |
commit | 48ee7cb8b4867093c75eb5102f2359c9799b3341 (patch) | |
tree | c65add6150241b038d2899d83c59541a8417380f /sound/usb/card.h | |
parent | 1338fc97d07a04e74a7b75ff28b7751061f4cf38 (diff) | |
download | linux-48ee7cb8b4867093c75eb5102f2359c9799b3341.tar.gz linux-48ee7cb8b4867093c75eb5102f2359c9799b3341.tar.bz2 linux-48ee7cb8b4867093c75eb5102f2359c9799b3341.zip |
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/usb/card.h')
-rw-r--r-- | sound/usb/card.h | 2 |
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 { 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 */ |