Home
last modified time | relevance | path

Searched defs:snd_seq_port_info (Results 1 – 1 of 1) sorted by relevance

/include/sound/
Dasequencer.h511 struct snd_seq_port_info { struct
512 struct snd_seq_addr addr; /* client/port numbers */
513 char name[64]; /* port name */
515 unsigned int capability; /* port capability bits */
516 unsigned int type; /* port type bits */
517 int midi_channels; /* channels per MIDI port */
518 int midi_voices; /* voices per MIDI port */
519 int synth_voices; /* voices per SYNTH port */
521 int read_use; /* R/O: subscribers for output (from this port) */
522 int write_use; /* R/O: subscribers for input (to this port) */
[all …]