Searched defs:snd_seq_port_info (Results 1 – 1 of 1) sorted by relevance
472 struct snd_seq_port_info { struct473 struct snd_seq_addr addr; /* client/port numbers */474 char name[64]; /* port name */476 unsigned int capability; /* port capability bits */477 unsigned int type; /* port type bits */478 int midi_channels; /* channels per MIDI port */479 int midi_voices; /* voices per MIDI port */480 int synth_voices; /* voices per SYNTH port */486 unsigned int flags; /* misc. conditioning */487 unsigned char time_queue; /* queue # for timestamping */[all …]