Searched defs:opl4_voice (Results 1 – 1 of 1) sorted by relevance
159 struct opl4_voice { struct160 struct list_head list;161 int number;162 struct snd_midi_channel *chan;163 int note;164 int velocity;165 const struct opl4_sound *sound;166 u8 level_direct;167 u8 reg_f_number;168 u8 reg_misc;[all …]