Lines Matching defs:ua101_stream
103 struct ua101_stream { struct
104 struct snd_pcm_substream *substream;
105 unsigned int usb_pipe;
106 unsigned int channels;
107 unsigned int frame_bytes;
108 unsigned int max_packet_bytes;
109 unsigned int period_pos;
110 unsigned int buffer_pos;
111 unsigned int queue_length;
112 struct ua101_urb {
116 } *urbs[MAX_QUEUE_LENGTH];
117 struct {
121 } buffers[MAX_MEMORY_BUFFERS];