taglinefilesource code
seqbuf_dump606drivers/sound/soundcard.hvoid seqbuf_dump(void);  /* This function must be provided by programs */
seqbuf_dump629drivers/sound/soundcard.h#define _SEQ_NEEDBUF(len)    if ((_seqbufptr+(len)) > _seqbuflen) seqbuf_dump()
seqbuf_dump631drivers/sound/soundcard.h#define SEQ_DUMPBUF      seqbuf_dump
seqbuf_dump731drivers/sound/soundcard.h#define SEQ_WRPATCH(patch, len)    {if (_seqbufptr) seqbuf_dump();\
seqbuf_dump1343drivers/sound/soundcard.hvoid seqbuf_dump(void);  /* This function must be provided by programs */
seqbuf_dump1366drivers/sound/soundcard.h#define _SEQ_NEEDBUF(len)    if ((_seqbufptr+(len)) > _seqbuflen) seqbuf_dump()
seqbuf_dump1368drivers/sound/soundcard.h#define SEQ_DUMPBUF      seqbuf_dump
seqbuf_dump1468drivers/sound/soundcard.h#define SEQ_WRPATCH(patch, len)    {if (_seqbufptr) seqbuf_dump();\