Home
last modified time | relevance | path

Searched refs:snd_seq_fifo_cell_out (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/sound/core/seq/
H A Dseq_fifo.h42 int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, struct snd_seq_event_cell **cellp, int nonblock);
H A Dseq_fifo.c161 int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, in snd_seq_fifo_cell_out() function
H A Dseq_clientmgr.c437 if ((err = snd_seq_fifo_cell_out(fifo, &cell, nonblock)) < 0) { in snd_seq_read()