Searched defs:snd_midi_channel (Results 1 – 1 of 1) sorted by relevance
18 struct snd_midi_channel { struct19 void *private; /* A back pointer to driver data */20 int number; /* The channel number */21 int client; /* The client associated with this channel */22 int port; /* The port associated with this channel */24 unsigned char midi_mode; /* GM, GS, XG etc */49 * port for this midi synth and an array of snd_midi_channel structures. argument