Searched refs:SND_SEQ_OPEN_OUTPUT (Results 1 - 5 of 5) 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.c429 case SND_SEQ_OPEN_OUTPUT:
483 if (streams & SND_SEQ_OPEN_OUTPUT) {
H A Dseq.c955 * - #SND_SEQ_OPEN_OUTPUT - open the sequencer for output only
1069 assert(seq->streams & SND_SEQ_OPEN_OUTPUT);
1103 assert(seq->streams & SND_SEQ_OPEN_OUTPUT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dseq.h52 #define SND_SEQ_OPEN_OUTPUT 1 /**< open for output (write) */ 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.c435 streams |= SND_SEQ_OPEN_OUTPUT;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/
H A Dplaymidi1.c501 tmp = snd_seq_open(&seq_handle, "hw", slave ? SND_SEQ_OPEN_DUPLEX : SND_SEQ_OPEN_OUTPUT, 0);

Completed in 145 milliseconds