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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/oss/
H A Dseq_oss_writeq.h28 struct seq_oss_writeq { struct
39 * seq_oss_writeq.c
41 struct seq_oss_writeq *snd_seq_oss_writeq_new(struct seq_oss_devinfo *dp, int maxlen);
42 void snd_seq_oss_writeq_delete(struct seq_oss_writeq *q);
43 void snd_seq_oss_writeq_clear(struct seq_oss_writeq *q);
44 int snd_seq_oss_writeq_sync(struct seq_oss_writeq *q);
45 void snd_seq_oss_writeq_wakeup(struct seq_oss_writeq *q, abstime_t time);
46 int snd_seq_oss_writeq_get_free_size(struct seq_oss_writeq *q);
47 void snd_seq_oss_writeq_set_output(struct seq_oss_writeq *q, int size);
H A Dseq_oss_writeq.c4 * seq_oss_writeq.c - write queue and sync
23 #include "seq_oss_writeq.h"
36 struct seq_oss_writeq *
39 struct seq_oss_writeq *q;
65 snd_seq_oss_writeq_delete(struct seq_oss_writeq *q)
78 snd_seq_oss_writeq_clear(struct seq_oss_writeq *q)
94 snd_seq_oss_writeq_sync(struct seq_oss_writeq *q)
134 snd_seq_oss_writeq_wakeup(struct seq_oss_writeq *q, abstime_t time)
152 snd_seq_oss_writeq_get_free_size(struct seq_oss_writeq *q)
165 snd_seq_oss_writeq_set_output(struct seq_oss_writeq *
[all...]
H A DMakefile8 seq_oss_midi.o seq_oss_readq.o seq_oss_writeq.o
H A Dseq_oss_device.h107 struct seq_oss_writeq *writeq;

Completed in 161 milliseconds