Home
last modified time | relevance | path

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

/Linux-v4.19/sound/drivers/opl3/
Dopl3_midi.c138 static int opl3_get_voice(struct snd_opl3 *opl3, int instr_4op, in opl3_get_voice() argument
182 if (instr_4op) { in opl3_get_voice()
222 alloc_type[i], instr_4op ? 4 : 2, in opl3_get_voice()
293 int instr_4op; in snd_opl3_note_on() local
364 instr_4op = 0; in snd_opl3_note_on()
368 instr_4op = 1; in snd_opl3_note_on()
378 instr_4op ? 3 : 2, patch->name); in snd_opl3_note_on()
383 voice = opl3_get_voice(opl3, instr_4op, chan); in snd_opl3_note_on()
413 if (instr_4op) { in snd_opl3_note_on()
424 if (instr_4op) { in snd_opl3_note_on()
[all …]