fifo_cell_out
while ((cell = fifo_cell_out(f)) == NULL) {
static struct snd_seq_event_cell *fifo_cell_out(struct snd_seq_fifo *f);
while ((cell = fifo_cell_out(f)) != NULL) {