Searched refs:snd_seq_fifo (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/seq/
H A Dseq_fifo.h30 struct snd_seq_fifo { struct
43 struct snd_seq_fifo *snd_seq_fifo_new(int poolsize);
46 void snd_seq_fifo_delete(struct snd_seq_fifo **f);
50 int snd_seq_fifo_event_in(struct snd_seq_fifo *f, struct snd_seq_event *event);
57 int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, struct snd_seq_event_cell **cellp, int nonblock);
60 void snd_seq_fifo_cell_putback(struct snd_seq_fifo *f, struct snd_seq_event_cell *cell);
63 void snd_seq_fifo_clear(struct snd_seq_fifo *f);
66 int snd_seq_fifo_poll_wait(struct snd_seq_fifo *f, struct file *file, poll_table *wait);
69 int snd_seq_fifo_resize(struct snd_seq_fifo *f, int poolsize);
H A Dseq_fifo.c32 struct snd_seq_fifo *snd_seq_fifo_new(int poolsize)
34 struct snd_seq_fifo *f;
65 void snd_seq_fifo_delete(struct snd_seq_fifo **fifo)
67 struct snd_seq_fifo *f;
91 static struct snd_seq_event_cell *fifo_cell_out(struct snd_seq_fifo *f);
94 void snd_seq_fifo_clear(struct snd_seq_fifo *f)
113 int snd_seq_fifo_event_in(struct snd_seq_fifo *f,
152 static struct snd_seq_event_cell *fifo_cell_out(struct snd_seq_fifo *f)
171 int snd_seq_fifo_cell_out(struct snd_seq_fifo *f,
207 void snd_seq_fifo_cell_putback(struct snd_seq_fifo *
[all...]
H A Dseq_clientmgr.h38 struct snd_seq_fifo *fifo; /* queue for incoming events */
H A Dseq_clientmgr.c397 struct snd_seq_fifo *fifo;

Completed in 46 milliseconds