taglinefilesource code
seqbuf_dump610drivers/sound/soundcard.hvoid seqbuf_dump(void);  /* This function must be provided by programs */
seqbuf_dump633drivers/sound/soundcard.h#define _SEQ_NEEDBUF(len)    if ((_seqbufptr+(len)) > _seqbuflen) seqbuf_dump()
seqbuf_dump635drivers/sound/soundcard.h#define SEQ_DUMPBUF      seqbuf_dump
seqbuf_dump735drivers/sound/soundcard.h#define SEQ_WRPATCH(patch, len)    {if (_seqbufptr) seqbuf_dump();\