Searched defs:snd_seq_port_info (Results 1 – 1 of 1) sorted by relevance
451 struct snd_seq_port_info { struct452 struct snd_seq_addr addr; /* client/port numbers */453 char name[64]; /* port name */455 unsigned int capability; /* port capability bits */456 unsigned int type; /* port type bits */457 int midi_channels; /* channels per MIDI port */458 int midi_voices; /* voices per MIDI port */459 int synth_voices; /* voices per SYNTH port */465 unsigned int flags; /* misc. conditioning */466 unsigned char time_queue; /* queue # for timestamping */[all …]
Completed in 8 milliseconds