Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/seq/
H A Dseq_hw.c503 case SND_SEQ_OPEN_INPUT: in snd_seq_hw_open()
569 if (streams & SND_SEQ_OPEN_INPUT) { in snd_seq_hw_open()
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
1075 assert(seq->streams & SND_SEQ_OPEN_INPUT); in snd_seq_poll_descriptors_count()
1109 assert(seq->streams & SND_SEQ_OPEN_INPUT); in snd_seq_poll_descriptors()
/third_party/alsa-lib/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) */
/third_party/alsa-lib/src/rawmidi/
H A Drawmidi_virt.c432 streams |= SND_SEQ_OPEN_INPUT; in _snd_rawmidi_virtual_open()

Completed in 9 milliseconds