Lines Matching defs:ua101_stream
113 struct ua101_stream { struct
114 struct snd_pcm_substream *substream;
115 unsigned int usb_pipe;
116 unsigned int channels;
117 unsigned int frame_bytes;
118 unsigned int max_packet_bytes;
119 unsigned int period_pos;
120 unsigned int buffer_pos;
121 unsigned int queue_length;
122 struct ua101_urb {
126 } *urbs[MAX_QUEUE_LENGTH];
127 struct {
131 } buffers[MAX_MEMORY_BUFFERS];