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