Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dsoundcard.h1274 #define SEQ_WRPATCH(patchx, len) \ argument
1276 if (write(seqfd, (char*)(patchx), len)==-1) \
1278 #define SEQ_WRPATCH2(patchx, len) \ argument
1279 (SEQ_DUMPBUF(), write(seqfd, (char*)(patchx), len))