Home
last modified time | relevance | path

Searched refs:SND_SEQ_OPEN_OUTPUT (Results 1 - 5 of 5) sorted by relevance

/third_party/alsa-lib/src/seq/
H A Dseq_hw.c500 case SND_SEQ_OPEN_OUTPUT: in snd_seq_hw_open()
560 if (streams & SND_SEQ_OPEN_OUTPUT) { in snd_seq_hw_open()
H A Dseq.c955 * - #SND_SEQ_OPEN_OUTPUT - open the sequencer for output only
1079 assert(seq->streams & SND_SEQ_OPEN_OUTPUT); in snd_seq_poll_descriptors_count()
1113 assert(seq->streams & SND_SEQ_OPEN_OUTPUT); in snd_seq_poll_descriptors()
/third_party/alsa-lib/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) */
/third_party/alsa-lib/src/rawmidi/
H A Drawmidi_virt.c434 streams |= SND_SEQ_OPEN_OUTPUT; in _snd_rawmidi_virtual_open()
/third_party/alsa-lib/test/
H A Dplaymidi1.c503 tmp = snd_seq_open(&seq_handle, "hw", slave ? SND_SEQ_OPEN_DUPLEX : SND_SEQ_OPEN_OUTPUT, 0); in main()

Completed in 15 milliseconds