Searched refs:SND_SEQ_OPEN_INPUT (Results 1 – 4 of 4) sorted by relevance
441 case SND_SEQ_OPEN_INPUT: in snd_seq_hw_open()502 if (streams & SND_SEQ_OPEN_INPUT) { in snd_seq_hw_open()
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()
53 #define SND_SEQ_OPEN_INPUT 2 /**< open for input (read) */ macro54 #define SND_SEQ_OPEN_DUPLEX (SND_SEQ_OPEN_OUTPUT|SND_SEQ_OPEN_INPUT) /**< open for both input and o…
434 streams |= SND_SEQ_OPEN_INPUT; in _snd_rawmidi_virtual_open()