From: Takashi Iwai Date: Tue, 28 Aug 2012 23:27:26 +0000 (-0700) Subject: ALSA: usb-audio: Remove obsoleted fields in struct snd_usb_substream X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=48ee7cb8b4867093c75eb5102f2359c9799b3341;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git 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 --- 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 */