Searched refs:MAX_OPL2_VOICES (Results 1 – 7 of 7) sorted by relevance
38 char snd_opl3_regmap[MAX_OPL2_VOICES][4] =358 MAX_OPL2_VOICES : MAX_OPL3_VOICES; in snd_opl3_reset()362 if (i < MAX_OPL2_VOICES) { in snd_opl3_reset()369 voice_offset = i - MAX_OPL2_VOICES; in snd_opl3_reset()380 opl3->max_voices = MAX_OPL2_VOICES; in snd_opl3_reset()401 MAX_OPL3_VOICES : MAX_OPL2_VOICES)) in snd_opl3_play_note()405 if (note->voice < MAX_OPL2_VOICES) { in snd_opl3_play_note()412 voice_offset = note->voice - MAX_OPL2_VOICES; in snd_opl3_play_note()452 MAX_OPL3_VOICES : MAX_OPL2_VOICES)) in snd_opl3_set_voice()456 if (voice->voice < MAX_OPL2_VOICES) { in snd_opl3_set_voice()[all …]
379 if (voice < MAX_OPL2_VOICES) { in snd_opl3_note_on()387 voice_offset = voice - MAX_OPL2_VOICES; in snd_opl3_note_on()616 if (voice < MAX_OPL2_VOICES) { in snd_opl3_kill_voice()623 voice_offset = voice - MAX_OPL2_VOICES; in snd_opl3_kill_voice()740 if (voice < MAX_OPL2_VOICES) { in snd_opl3_update_pitch()747 voice_offset = voice - MAX_OPL2_VOICES; in snd_opl3_update_pitch()
54 MAX_OPL2_VOICES : MAX_OPL3_VOICES; in snd_opl3_oss_create_port()105 arg->nvoices = MAX_OPL2_VOICES; in snd_opl3_init_seq_oss()
42 extern char snd_opl3_regmap[MAX_OPL2_VOICES][4];
168 MAX_OPL2_VOICES : MAX_OPL3_VOICES; in snd_opl3_synth_create_port()
378 opl3->max_voices = MAX_OPL2_VOICES; in snd_opl3_init()
216 #define MAX_OPL2_VOICES 9 macro
Completed in 26 milliseconds