Lines Matching defs:snd_seq_port_info
435 struct snd_seq_port_info { struct
436 struct snd_seq_addr addr; /* client/port numbers */
437 char name[64]; /* port name */
439 unsigned int capability; /* port capability bits */
440 unsigned int type; /* port type bits */
441 int midi_channels; /* channels per MIDI port */
442 int midi_voices; /* voices per MIDI port */
443 int synth_voices; /* voices per SYNTH port */
445 int read_use; /* R/O: subscribers for output (from this port) */
446 int write_use; /* R/O: subscribers for input (to this port) */
448 void *kernel; /* reserved for kernel use (must be NULL) */
449 unsigned int flags; /* misc. conditioning */
450 unsigned char time_queue; /* queue # for timestamping */
451 char reserved[59]; /* for future use */