Lines Matching defs:snd_seq_port_info
470 struct snd_seq_port_info { struct
471 struct snd_seq_addr addr; /* client/port numbers */
472 char name[64]; /* port name */
474 unsigned int capability; /* port capability bits */
475 unsigned int type; /* port type bits */
476 int midi_channels; /* channels per MIDI port */
477 int midi_voices; /* voices per MIDI port */
478 int synth_voices; /* voices per SYNTH port */
480 int read_use; /* R/O: subscribers for output (from this port) */
481 int write_use; /* R/O: subscribers for input (to this port) */
483 void *kernel; /* reserved for kernel use (must be NULL) */
484 unsigned int flags; /* misc. conditioning */
485 unsigned char time_queue; /* queue # for timestamping */
486 unsigned char direction; /* port usage direction (r/w/bidir) */
487 unsigned char ump_group; /* 0 = UMP EP (no conversion), 1-16 = UMP group number */
488 char reserved[57]; /* for future use */