taglinefilesource code
patchx960include/linux/soundcard.h#define SEQ_WRPATCH(patchx, len)    {if (_seqbufptr) seqbuf_dump();\
patchx961include/linux/soundcard.hif (write(seqfd, (char*)(patchx), len)==-1) \
patchx963include/linux/soundcard.h#define SEQ_WRPATCH2(patchx, len)  (seqbuf_dump(), write(seqfd, (char*)(patchx), len))