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