Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dasequencer.h451 struct snd_seq_port_info { struct
452 struct snd_seq_addr addr; /* client/port numbers */
453 char name[64]; /* port name */
455 unsigned int capability; /* port capability bits */
456 unsigned int type; /* port type bits */
457 int midi_channels; /* channels per MIDI port */
458 int midi_voices; /* voices per MIDI port */
459 int synth_voices; /* voices per SYNTH port */
461 int read_use; /* R/O: subscribers for output (from this port) */
462 int write_use; /* R/O: subscribers for input (to this port) */
[all …]
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasequencer.h451 struct snd_seq_port_info { struct
452 struct snd_seq_addr addr; /* client/port numbers */
453 char name[64]; /* port name */
455 unsigned int capability; /* port capability bits */
456 unsigned int type; /* port type bits */
457 int midi_channels; /* channels per MIDI port */
458 int midi_voices; /* voices per MIDI port */
459 int synth_voices; /* voices per SYNTH port */
461 int read_use; /* R/O: subscribers for output (from this port) */
462 int write_use; /* R/O: subscribers for input (to this port) */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dasequencer.h451 struct snd_seq_port_info { struct
452 struct snd_seq_addr addr; /* client/port numbers */
453 char name[64]; /* port name */
455 unsigned int capability; /* port capability bits */
456 unsigned int type; /* port type bits */
457 int midi_channels; /* channels per MIDI port */
458 int midi_voices; /* voices per MIDI port */
459 int synth_voices; /* voices per SYNTH port */
461 int read_use; /* R/O: subscribers for output (from this port) */
462 int write_use; /* R/O: subscribers for input (to this port) */
[all …]