Searched refs:SND_SEQ_OPEN_OUTPUT (Results 1 – 5 of 5) sorted by relevance
438 case SND_SEQ_OPEN_OUTPUT: in snd_seq_hw_open()493 if (streams & SND_SEQ_OPEN_OUTPUT) { in snd_seq_hw_open()
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()
52 #define SND_SEQ_OPEN_OUTPUT 1 /**< open for output (write) */ macro54 #define SND_SEQ_OPEN_DUPLEX (SND_SEQ_OPEN_OUTPUT|SND_SEQ_OPEN_INPUT) /**< open for both input and o…
436 streams |= SND_SEQ_OPEN_OUTPUT; in _snd_rawmidi_virtual_open()
501 tmp = snd_seq_open(&seq_handle, "hw", slave ? SND_SEQ_OPEN_DUPLEX : SND_SEQ_OPEN_OUTPUT, 0); in main()