Home
last modified time | relevance | path

Searched refs:patchx (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-soundcard.h826 # define SEQ_WRPATCH(patchx, len) \ argument
827 OSS_write_patch(seqfd, (char*)(patchx), len)
828 # define SEQ_WRPATCH2(patchx, len) \ argument
829 OSS_write_patch2(seqfd, (char*)(patchx), len)
831 # define SEQ_WRPATCH(patchx, len) \ argument
833 if (write(seqfd, (char*)(patchx), len)==-1) \
835 # define SEQ_WRPATCH2(patchx, len) \ argument
836 (SEQ_DUMPBUF(), write(seqfd, (char*)(patchx), len))