Lines Matching defs:line6_pcm_stream
91 struct line6_pcm_stream { struct
93 struct urb **urbs;
99 unsigned char *buffer;
102 snd_pcm_uframes_t pos;
107 unsigned bytes;
110 unsigned count;
113 unsigned period;
119 snd_pcm_uframes_t pos_done;
122 unsigned long active_urbs;
125 unsigned long unlink_urbs;
129 spinlock_t lock;
154 struct line6_pcm_stream in; argument