Lines Matching defs:snd_seq_port_info
448 struct snd_seq_port_info { struct
449 struct snd_seq_addr addr; /* client/port numbers */
450 char name[64]; /* port name */
452 unsigned int capability; /* port capability bits */
453 unsigned int type; /* port type bits */
454 int midi_channels; /* channels per MIDI port */
455 int midi_voices; /* voices per MIDI port */
456 int synth_voices; /* voices per SYNTH port */
458 int read_use; /* R/O: subscribers for output (from this port) */
459 int write_use; /* R/O: subscribers for input (to this port) */
461 void *kernel; /* reserved for kernel use (must be NULL) */
462 unsigned int flags; /* misc. conditioning */
463 unsigned char time_queue; /* queue # for timestamping */
464 char reserved[59]; /* for future use */