Lines Matching defs:fsize
84 void line6_capture_copy(struct snd_line6_pcm *line6pcm, char *fbuf, int fsize)
92 int frames = fsize / bytes_per_frame;
120 line6pcm->in.pos_done * bytes_per_frame, fbuf, fsize);
161 int fsize;
170 fsize = fin->actual_length;
172 if (fsize > line6pcm->max_packet_size_in) {
175 fsize, line6pcm->max_packet_size_in);
178 length += fsize;
190 line6pcm->prev_fsize = fsize /
196 fsize > 0)
197 line6_capture_copy(line6pcm, fbuf, fsize);