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