Searched defs:snd_seq_port_info (Results 1 – 2 of 2) sorted by relevance
352 struct snd_seq_port_info { struct354 struct snd_seq_addr addr;355 char name[64];356 unsigned int capability;357 unsigned int type;359 int midi_channels;360 int midi_voices;361 int synth_voices;362 int read_use;364 int write_use;[all …]
447 struct snd_seq_port_info { struct448 struct snd_seq_addr addr; /* client/port numbers */449 char name[64]; /* port name */451 unsigned int capability; /* port capability bits */452 unsigned int type; /* port type bits */453 int midi_channels; /* channels per MIDI port */454 int midi_voices; /* voices per MIDI port */455 int synth_voices; /* voices per SYNTH port */457 int read_use; /* R/O: subscribers for output (from this port) */458 int write_use; /* R/O: subscribers for input (to this port) */[all …]