Searched defs:snd_seq_port_info (Results 1 – 1 of 1) sorted by relevance
289 struct snd_seq_port_info { struct290 struct snd_seq_addr addr;291 char name[64];292 unsigned int capability;293 unsigned int type;294 int midi_channels;295 int midi_voices;296 int synth_voices;297 int read_use;298 int write_use;[all …]