Searched refs:MAX_OPL2_VOICES (Results 1 – 7 of 7) sorted by relevance
52 char snd_opl3_regmap[MAX_OPL2_VOICES][4] =370 MAX_OPL2_VOICES : MAX_OPL3_VOICES; in snd_opl3_reset()374 if (i < MAX_OPL2_VOICES) { in snd_opl3_reset()381 voice_offset = i - MAX_OPL2_VOICES; in snd_opl3_reset()392 opl3->max_voices = MAX_OPL2_VOICES; in snd_opl3_reset()413 MAX_OPL3_VOICES : MAX_OPL2_VOICES)) in snd_opl3_play_note()417 if (note->voice < MAX_OPL2_VOICES) { in snd_opl3_play_note()424 voice_offset = note->voice - MAX_OPL2_VOICES; in snd_opl3_play_note()464 MAX_OPL3_VOICES : MAX_OPL2_VOICES)) in snd_opl3_set_voice()468 if (voice->voice < MAX_OPL2_VOICES) { in snd_opl3_set_voice()[all …]
394 if (voice < MAX_OPL2_VOICES) { in snd_opl3_note_on()402 voice_offset = voice - MAX_OPL2_VOICES; in snd_opl3_note_on()631 if (voice < MAX_OPL2_VOICES) { in snd_opl3_kill_voice()638 voice_offset = voice - MAX_OPL2_VOICES; in snd_opl3_kill_voice()755 if (voice < MAX_OPL2_VOICES) { in snd_opl3_update_pitch()762 voice_offset = voice - MAX_OPL2_VOICES; in snd_opl3_update_pitch()
67 MAX_OPL2_VOICES : MAX_OPL3_VOICES; in snd_opl3_oss_create_port()118 arg->nvoices = MAX_OPL2_VOICES; in snd_opl3_init_seq_oss()
55 extern char snd_opl3_regmap[MAX_OPL2_VOICES][4];
180 MAX_OPL2_VOICES : MAX_OPL3_VOICES; in snd_opl3_synth_create_port()
389 opl3->max_voices = MAX_OPL2_VOICES; in snd_opl3_init()
232 #define MAX_OPL2_VOICES 9 macro