Home
last modified time | relevance | path

Searched refs:max_voices (Results 1 – 19 of 19) sorted by relevance

/linux-4.4.14/sound/pci/emu10k1/
Demu10k1_synth.c46 if (arg->max_voices < 1) in snd_emu10k1_synth_probe()
47 arg->max_voices = 1; in snd_emu10k1_synth_probe()
48 else if (arg->max_voices > 64) in snd_emu10k1_synth_probe()
49 arg->max_voices = 64; in snd_emu10k1_synth_probe()
57 emux->max_voices = arg->max_voices; in snd_emu10k1_synth_probe()
Demu10k1.c182 arg->max_voices = max_synth_voices[dev]; in snd_card_emu10k1_probe()
Demu10k1_callback.c237 for (i = 0; i < emu->max_voices; i++) { in lookup_voices()
/linux-4.4.14/sound/synth/emux/
Demux.c53 emu->max_voices = 0; in snd_emux_new()
95 if (snd_BUG_ON(!emu->hw || emu->max_voices <= 0)) in snd_emux_register()
102 emu->voices = kcalloc(emu->max_voices, sizeof(struct snd_emux_voice), in snd_emux_register()
Demux_synth.c132 for (i = 0; i < emu->max_voices; i++) { in snd_emux_note_on()
176 for (ch = 0; ch < emu->max_voices; ch++) { in snd_emux_note_off()
213 for (ch = 0; ch < emu->max_voices; ch++) { in snd_emux_timer_callback()
253 for (ch = 0; ch < emu->max_voices; ch++) { in snd_emux_key_press()
284 for (i = 0; i < emu->max_voices; i++) { in snd_emux_update_channel()
311 for (i = 0; i < emu->max_voices; i++) { in snd_emux_update_port()
385 for (i = 0; i < emu->max_voices; i++) { in terminate_note1()
427 for (i = 0; i < emu->max_voices; i++) { in snd_emux_terminate_all()
464 for (i = 0; i < emu->max_voices; i++) { in snd_emux_sounds_off_all()
492 for (i = 0; i < emu->max_voices; i++) { in exclusive_note_off()
[all …]
Demux_proc.c44 snd_iprintf(buf, "Max Voices: %d\n", emu->max_voices); in snd_emux_proc_info_read()
Demux_effect.c210 for (i = 0; i < emu->max_voices; i++) { in snd_emux_send_effect()
Demux_seq.c179 emu->max_voices, name); in snd_emux_create_port()
Demux_oss.c82 arg->nvoices = emu->max_voices; in snd_emux_init_seq_oss()
/linux-4.4.14/include/sound/
Demu10k1_synth.h34 int max_voices; /* maximum number of voices for wavetable */ member
Demux_synth.h97 int max_voices; /* Number of voices */ member
Dopl3.h323 unsigned char max_voices; /* max number of voices */ member
/linux-4.4.14/sound/drivers/opl3/
Dopl3_synth.c365 int max_voices, i; in snd_opl3_reset() local
367 max_voices = (opl3->hardware < OPL3_HW_OPL3) ? in snd_opl3_reset()
370 for (i = 0; i < max_voices; i++) { in snd_opl3_reset()
390 opl3->max_voices = MAX_OPL2_VOICES; in snd_opl3_reset()
Dopl3_midi.c133 for (i = 0; i < opl3->max_voices; i++) in debug_alloc()
173 for (i = 0; i < opl3->max_voices; i++) { in opl3_get_voice()
250 for (i = 0; i < opl3->max_voices; i++) { in snd_opl3_timer_func()
693 for (voice = 0; voice < opl3->max_voices; voice++) { in snd_opl3_note_off_unsafe()
805 for (voice = 0; voice < opl3->max_voices; voice++) { in snd_opl3_pitch_ctrl()
Dopl3_lib.c392 opl3->max_voices = MAX_OPL2_VOICES; in snd_opl3_init()
396 opl3->max_voices = MAX_OPL3_VOICES; in snd_opl3_init()
Dopl3_seq.c78 opl3->max_voices = MAX_OPL3_VOICES; in snd_opl3_synth_setup()
/linux-4.4.14/sound/isa/sb/
Demu8000_synth.c57 emu->max_voices = EMU8000_DRAM_VOICES; in snd_emu8000_probe()
Demu8000_callback.c185 for (i = 0; i < emu->max_voices; i++) { in get_voice()
/linux-4.4.14/sound/pci/au88x0/
Dau88x0.c326 arg->max_voices = max_synth_voices[dev]; in snd_vortex_probe()