Home
last modified time | relevance | path

Searched refs:instr_4op (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/sound/drivers/opl3/
Dopl3_midi.c142 static int opl3_get_voice(struct snd_opl3 *opl3, int instr_4op, in opl3_get_voice() argument
186 if (instr_4op) { in opl3_get_voice()
226 alloc_type[i], instr_4op ? 4 : 2, in opl3_get_voice()
297 int instr_4op; in snd_opl3_note_on() local
368 instr_4op = 0; in snd_opl3_note_on()
372 instr_4op = 1; in snd_opl3_note_on()
381 instr_4op ? 3 : 2, patch->name); in snd_opl3_note_on()
386 voice = opl3_get_voice(opl3, instr_4op, chan); in snd_opl3_note_on()
416 if (instr_4op) { in snd_opl3_note_on()
427 if (instr_4op) { in snd_opl3_note_on()
[all …]