Searched refs:MAX_OPL2_VOICES (Results 1 – 7 of 7) sorted by relevance
50 char snd_opl3_regmap[MAX_OPL2_VOICES][4] =368 MAX_OPL2_VOICES : MAX_OPL3_VOICES; in snd_opl3_reset()372 if (i < MAX_OPL2_VOICES) { in snd_opl3_reset()379 voice_offset = i - MAX_OPL2_VOICES; in snd_opl3_reset()390 opl3->max_voices = MAX_OPL2_VOICES; in snd_opl3_reset()411 MAX_OPL3_VOICES : MAX_OPL2_VOICES)) in snd_opl3_play_note()415 if (note->voice < MAX_OPL2_VOICES) { in snd_opl3_play_note()422 voice_offset = note->voice - MAX_OPL2_VOICES; in snd_opl3_play_note()462 MAX_OPL3_VOICES : MAX_OPL2_VOICES)) in snd_opl3_set_voice()466 if (voice->voice < MAX_OPL2_VOICES) { in snd_opl3_set_voice()[all …]
28 extern char snd_opl3_regmap[MAX_OPL2_VOICES][4];397 if (voice < MAX_OPL2_VOICES) { in snd_opl3_note_on()405 voice_offset = voice - MAX_OPL2_VOICES; in snd_opl3_note_on()634 if (voice < MAX_OPL2_VOICES) { in snd_opl3_kill_voice()641 voice_offset = voice - MAX_OPL2_VOICES; in snd_opl3_kill_voice()764 if (voice < MAX_OPL2_VOICES) { in snd_opl3_update_pitch()771 voice_offset = voice - MAX_OPL2_VOICES; in snd_opl3_update_pitch()
83 MAX_OPL2_VOICES : MAX_OPL3_VOICES; in snd_opl3_oss_create_port()134 arg->nvoices = MAX_OPL2_VOICES; in snd_opl3_init_seq_oss()
39 extern char snd_opl3_regmap[MAX_OPL2_VOICES][4];392 opl3->max_voices = MAX_OPL2_VOICES; in snd_opl3_init()
24 extern char snd_opl3_regmap[MAX_OPL2_VOICES][4];
180 MAX_OPL2_VOICES : MAX_OPL3_VOICES; in snd_opl3_synth_create_port()
234 #define MAX_OPL2_VOICES 9 macro