tag | line | file | source code |
seqbuf_dump | 915 | include/linux/soundcard.h | void seqbuf_dump(void); /* This function must be provided by programs */ |
seqbuf_dump | 940 | include/linux/soundcard.h | #define _SEQ_NEEDBUF(len) if ((_seqbufptr+(len)) > _seqbuflen) seqbuf_dump() |
seqbuf_dump | 942 | include/linux/soundcard.h | #define SEQ_DUMPBUF seqbuf_dump |
seqbuf_dump | 1124 | include/linux/soundcard.h | #define SEQ_WRPATCH(patchx, len) {if (_seqbufptr) seqbuf_dump();\ |
seqbuf_dump | 1127 | include/linux/soundcard.h | #define SEQ_WRPATCH2(patchx, len) (seqbuf_dump(), write(seqfd, (char*)(patchx), len)) |