tag | line | file | source code |
---|---|---|---|
patchx | 1125 | include/linux/soundcard.h | #define SEQ_WRPATCH(patchx, len) {if (_seqbufptr) seqbuf_dump();\ |
patchx | 1126 | include/linux/soundcard.h | if (write(seqfd, (char*)(patchx), len)==-1) \ |
patchx | 1128 | include/linux/soundcard.h | #define SEQ_WRPATCH2(patchx, len) (seqbuf_dump(), write(seqfd, (char*)(patchx), len)) |