Searched defs:snd_seq_port_info (Results 1 – 1 of 1) sorted by relevance
450 struct snd_seq_port_info { struct451 struct snd_seq_addr addr; /* client/port numbers */452 char name[64]; /* port name */454 unsigned int capability; /* port capability bits */455 unsigned int type; /* port type bits */456 int midi_channels; /* channels per MIDI port */457 int midi_voices; /* voices per MIDI port */458 int synth_voices; /* voices per SYNTH port */460 int read_use; /* R/O: subscribers for output (from this port) */461 int write_use; /* R/O: subscribers for input (to this port) */[all …]