Searched refs:snd_seq_prioq_cell_in (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/sound/core/seq/
H A Dseq_prioq.h44 int snd_seq_prioq_cell_in(struct snd_seq_prioq *f, struct snd_seq_event_cell *cell);
H A Dseq_prioq.c146 int snd_seq_prioq_cell_in(struct snd_seq_prioq * f, snd_seq_prioq_cell_in() function
224 pr_debug("ALSA: seq: snd_seq_prioq_cell_in() called with NULL prioq\n"); snd_seq_prioq_cell_out()
249 pr_debug("ALSA: seq: snd_seq_prioq_cell_in() called with NULL prioq\n"); snd_seq_prioq_avail()
260 pr_debug("ALSA: seq: snd_seq_prioq_cell_in() called with NULL prioq\n"); snd_seq_prioq_cell_peek()
H A Dseq_queue.c342 err = snd_seq_prioq_cell_in(q->tickq, cell); snd_seq_enqueue_event()
347 err = snd_seq_prioq_cell_in(q->timeq, cell); snd_seq_enqueue_event()

Completed in 110 milliseconds