Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/sound/
Dasequencer.h435 struct snd_seq_port_info { struct
436 struct snd_seq_addr addr; /* client/port numbers */
437 char name[64]; /* port name */
439 unsigned int capability; /* port capability bits */
440 unsigned int type; /* port type bits */
441 int midi_channels; /* channels per MIDI port */
442 int midi_voices; /* voices per MIDI port */
443 int synth_voices; /* voices per SYNTH port */
445 int read_use; /* R/O: subscribers for output (from this port) */
446 int write_use; /* R/O: subscribers for input (to this port) */
[all …]