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/
Dseq_hw.c441 case SND_SEQ_OPEN_INPUT: in snd_seq_hw_open()
502 if (streams & SND_SEQ_OPEN_INPUT) { in snd_seq_hw_open()
Dseq.c1075 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/
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 o…
/third_party/alsa-lib/src/rawmidi/
Drawmidi_virt.c434 streams |= SND_SEQ_OPEN_INPUT; in _snd_rawmidi_virtual_open()