Searched refs:SND_RAWMIDI_APPEND (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Drawmidi.h61 #define SND_RAWMIDI_APPEND 0x0001 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/rawmidi/
H A Drawmidi_hw.c212 if (mode & SND_RAWMIDI_APPEND) {
225 assert(!(mode & ~(SND_RAWMIDI_APPEND|SND_RAWMIDI_NONBLOCK|SND_RAWMIDI_SYNC)));
H A Drawmidi.c61 Using #SND_RAWMIDI_APPEND flag (output only) instruct device driver to append
446 * #SND_RAWMIDI_APPEND state.
452 assert(!(rawmidi->mode & SND_RAWMIDI_APPEND));

Completed in 65 milliseconds