Searched defs:snd_usb_substream (Results 1 – 1 of 1) sorted by relevance
149 struct snd_usb_substream { struct150 struct snd_usb_stream *stream;151 struct usb_device *dev;152 struct snd_pcm_substream *pcm_substream;153 int direction; /* playback or capture */154 int endpoint; /* assigned endpoint */175 struct snd_usb_endpoint *data_endpoint;176 struct snd_usb_endpoint *sync_endpoint;177 unsigned long flags;178 unsigned int speed; /* USB_SPEED_XXX */[all …]
Completed in 10 milliseconds