Searched defs:snd_midi_channel (Results 1 – 1 of 1) sorted by relevance
32 struct snd_midi_channel { struct33 void *private; /* A back pointer to driver data */34 int number; /* The channel number */35 int client; /* The client associated with this channel */36 int port; /* The port associated with this channel */38 unsigned char midi_mode; /* GM, GS, XG etc */63 * port for this midi synth and an array of snd_midi_channel structures. argument