Home
last modified time | relevance | path

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

/linux-4.4.14/sound/drivers/opl3/
Dopl3_seq.c67 for (idx = 0; idx < MAX_OPL3_VOICES; idx++) { in snd_opl3_synth_setup()
78 opl3->max_voices = MAX_OPL3_VOICES; in snd_opl3_synth_setup()
180 MAX_OPL2_VOICES : MAX_OPL3_VOICES; in snd_opl3_synth_create_port()
Dopl3_midi.c287 static int snd_opl3_oss_map[MAX_OPL3_VOICES] = {
342 if (chan->number >= MAX_OPL3_VOICES) in snd_opl3_note_on()
630 if (snd_BUG_ON(voice >= MAX_OPL3_VOICES)) in snd_opl3_kill_voice()
701 if (chan->number < MAX_OPL3_VOICES) { in snd_opl3_note_off_unsafe()
757 if (snd_BUG_ON(voice >= MAX_OPL3_VOICES)) in snd_opl3_update_pitch()
813 if (chan->number < MAX_OPL3_VOICES) { in snd_opl3_pitch_ctrl()
Dopl3_oss.c83 MAX_OPL2_VOICES : MAX_OPL3_VOICES; in snd_opl3_oss_create_port()
137 arg->nvoices = MAX_OPL3_VOICES; in snd_opl3_init_seq_oss()
Dopl3_synth.c368 MAX_OPL2_VOICES : MAX_OPL3_VOICES; in snd_opl3_reset()
411 MAX_OPL3_VOICES : MAX_OPL2_VOICES)) in snd_opl3_play_note()
462 MAX_OPL3_VOICES : MAX_OPL2_VOICES)) in snd_opl3_set_voice()
Dopl3_lib.c396 opl3->max_voices = MAX_OPL3_VOICES; in snd_opl3_init()
/linux-4.4.14/include/sound/
Dopl3.h235 #define MAX_OPL3_VOICES 18 macro
341 struct snd_opl3_voice voices[MAX_OPL3_VOICES]; /* Voices (OPL3 'channel') */