Home
last modified time | relevance | path

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

/linux/sound/drivers/opl3/
H A Dopl3_midi.c121 char buf[MAX_OPL3_VOICES + 1]; in debug_alloc()
279 static const int snd_opl3_oss_map[MAX_OPL3_VOICES] = {
332 if (chan->number >= MAX_OPL3_VOICES) in snd_opl3_note_on()
611 if (snd_BUG_ON(voice >= MAX_OPL3_VOICES)) in snd_opl3_kill_voice()
678 if (chan->number < MAX_OPL3_VOICES) { in snd_opl3_note_off_unsafe()
724 if (snd_BUG_ON(voice >= MAX_OPL3_VOICES)) in snd_opl3_update_pitch()
780 if (chan->number < MAX_OPL3_VOICES) { in snd_opl3_pitch_ctrl()
H A Dopl3_seq.c53 for (idx = 0; idx < MAX_OPL3_VOICES; idx++) { in snd_opl3_synth_setup()
64 opl3->max_voices = MAX_OPL3_VOICES; in snd_opl3_synth_setup()
168 MAX_OPL2_VOICES : MAX_OPL3_VOICES; in snd_opl3_synth_create_port()
H A Dopl3_oss.c54 MAX_OPL2_VOICES : MAX_OPL3_VOICES; in snd_opl3_oss_create_port()
108 arg->nvoices = MAX_OPL3_VOICES; in snd_opl3_init_seq_oss()
H A Dopl3_synth.c356 MAX_OPL2_VOICES : MAX_OPL3_VOICES; in snd_opl3_reset()
399 MAX_OPL3_VOICES : MAX_OPL2_VOICES)) in snd_opl3_play_note()
450 MAX_OPL3_VOICES : MAX_OPL2_VOICES)) in snd_opl3_set_voice()
H A Dopl3_lib.c380 opl3->max_voices = MAX_OPL3_VOICES; in snd_opl3_init()
/linux/include/sound/
H A Dopl3.h217 #define MAX_OPL3_VOICES 18 macro
323 struct snd_opl3_voice voices[MAX_OPL3_VOICES]; /* Voices (OPL3 'channel') */