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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/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.c275 while ((cell = snd_seq_prioq_cell_peek(q->tickq)) != NULL) {
289 while ((cell = snd_seq_prioq_cell_peek(q->timeq)) != NULL) {
H A Dseq_prioq.c260 struct snd_seq_event_cell *snd_seq_prioq_cell_peek(struct snd_seq_prioq * f) function

Completed in 75 milliseconds