taglinefilesource code
seqbuf_dump612include/linux/soundcard.hvoid seqbuf_dump(void);  /* This function must be provided by programs */
seqbuf_dump635include/linux/soundcard.h#define _SEQ_NEEDBUF(len)    if ((_seqbufptr+(len)) > _seqbuflen) seqbuf_dump()
seqbuf_dump637include/linux/soundcard.h#define SEQ_DUMPBUF      seqbuf_dump
seqbuf_dump737include/linux/soundcard.h#define SEQ_WRPATCH(patch, len)    {if (_seqbufptr) seqbuf_dump();\