Searched refs:SND_SEQ_OPEN_INPUT (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/seq/
H A Dseq_hw.c432 case SND_SEQ_OPEN_INPUT:
492 if (streams & SND_SEQ_OPEN_INPUT) {
H A Dseq.c63 err = snd_seq_open(&handle, "default", SND_SEQ_OPEN_INPUT, 0);
956 * - #SND_SEQ_OPEN_INPUT - open the sequencer for input only
1065 assert(seq->streams & SND_SEQ_OPEN_INPUT);
1099 assert(seq->streams & SND_SEQ_OPEN_INPUT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dseq.h53 #define SND_SEQ_OPEN_INPUT 2 /**< open for input (read) */ macro
54 #define SND_SEQ_OPEN_DUPLEX (SND_SEQ_OPEN_OUTPUT|SND_SEQ_OPEN_INPUT) /**< open for both input and output (read/write) */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/rawmidi/
H A Drawmidi_virt.c433 streams |= SND_SEQ_OPEN_INPUT;

Completed in 167 milliseconds