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/
Dseq_hw.c438 case SND_SEQ_OPEN_OUTPUT: in snd_seq_hw_open()
493 if (streams & SND_SEQ_OPEN_OUTPUT) { in snd_seq_hw_open()
Dseq.c1079 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/
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 o…
/third_party/alsa-lib/src/rawmidi/
Drawmidi_virt.c436 streams |= SND_SEQ_OPEN_OUTPUT; in _snd_rawmidi_virtual_open()
/third_party/alsa-lib/test/
Dplaymidi1.c501 tmp = snd_seq_open(&seq_handle, "hw", slave ? SND_SEQ_OPEN_DUPLEX : SND_SEQ_OPEN_OUTPUT, 0); in main()