Searched defs:snd_usb_substream (Results 1 – 1 of 1) sorted by relevance
152 struct snd_usb_substream { struct153 struct snd_usb_stream *stream;154 struct usb_device *dev;155 struct snd_pcm_substream *pcm_substream;156 int direction; /* playback or capture */157 int endpoint; /* assigned endpoint */178 struct snd_usb_endpoint *data_endpoint;179 struct snd_usb_endpoint *sync_endpoint;180 unsigned long flags;181 unsigned int speed; /* USB_SPEED_XXX */[all …]