Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48ee7cb8 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

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: default avatarTakashi Iwai <tiwai@suse.de>
parent 1338fc97
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -115,8 +115,6 @@ struct snd_usb_substream {


	unsigned int hwptr_done;	/* processed byte position in the buffer */
	unsigned int hwptr_done;	/* processed byte position in the buffer */
	unsigned int transfer_done;		/* processed frames since last period update */
	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 */
	/* data and sync endpoints for this stream */
	unsigned int ep_num;		/* the endpoint number */
	unsigned int ep_num;		/* the endpoint number */