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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A Dseq_prioq.h53 struct snd_seq_event_cell *snd_seq_prioq_cell_peek(struct snd_seq_prioq *f);
H A Dseq_queue.c274 while ((cell = snd_seq_prioq_cell_peek(q->tickq)) != NULL) {
288 while ((cell = snd_seq_prioq_cell_peek(q->timeq)) != NULL) {
H A Dseq_prioq.c259 struct snd_seq_event_cell *snd_seq_prioq_cell_peek(struct snd_seq_prioq * f) function

Completed in 59 milliseconds