Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/sound/
H A Dasequencer.h470 struct snd_seq_port_info { struct
471 struct snd_seq_addr addr; /* client/port numbers */
472 char name[64]; /* port name */
474 unsigned int capability; /* port capability bits */
475 unsigned int type; /* port type bits */
476 int midi_channels; /* channels per MIDI port */
477 int midi_voices; /* voices per MIDI port */
478 int synth_voices; /* voices per SYNTH port */
480 int read_use; /* R/O: subscribers for output (from this port) */
481 int write_use; /* R/O: subscribers for input (to this port) */
[all …]