Searched refs:max_voices (Results 1 – 16 of 16) sorted by relevance
45 if (arg->max_voices < 1) in snd_emu10k1_synth_new_device()46 arg->max_voices = 1; in snd_emu10k1_synth_new_device()47 else if (arg->max_voices > 64) in snd_emu10k1_synth_new_device()48 arg->max_voices = 64; in snd_emu10k1_synth_new_device()56 emux->max_voices = arg->max_voices; in snd_emu10k1_synth_new_device()
182 arg->max_voices = max_synth_voices[dev]; in snd_card_emu10k1_probe()
237 for (i = 0; i < emu->max_voices; i++) { in lookup_voices()
132 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()214 for (ch = 0; ch < emu->max_voices; ch++) { in snd_emux_timer_callback()255 for (ch = 0; ch < emu->max_voices; ch++) { in snd_emux_key_press()286 for (i = 0; i < emu->max_voices; i++) { in snd_emux_update_channel()313 for (i = 0; i < emu->max_voices; i++) { in snd_emux_update_port()387 for (i = 0; i < emu->max_voices; i++) { in terminate_note1()429 for (i = 0; i < emu->max_voices; i++) { in snd_emux_terminate_all()466 for (i = 0; i < emu->max_voices; i++) { in snd_emux_sounds_off_all()494 for (i = 0; i < emu->max_voices; i++) { in exclusive_note_off()[all …]
53 emu->max_voices = 0; in snd_emux_new()97 if (snd_BUG_ON(!emu->hw || emu->max_voices <= 0)) in snd_emux_register()104 emu->voices = kcalloc(emu->max_voices, sizeof(struct snd_emux_voice), in snd_emux_register()
46 snd_iprintf(buf, "Max Voices: %d\n", emu->max_voices); in snd_emux_proc_info_read()
179 emu->max_voices, name); in snd_emux_create_port()
210 for (i = 0; i < emu->max_voices; i++) { in snd_emux_send_effect()
82 arg->nvoices = emu->max_voices; in snd_emux_init_seq_oss()
365 int max_voices, i; in snd_opl3_reset() local367 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()
131 for (i = 0; i < opl3->max_voices; i++) in debug_alloc()171 for (i = 0; i < opl3->max_voices; i++) { in opl3_get_voice()248 for (i = 0; i < opl3->max_voices; i++) { in snd_opl3_timer_func()694 for (voice = 0; voice < opl3->max_voices; voice++) { in snd_opl3_note_off_unsafe()806 for (voice = 0; voice < opl3->max_voices; voice++) { in snd_opl3_pitch_ctrl()
392 opl3->max_voices = MAX_OPL2_VOICES; in snd_opl3_init()396 opl3->max_voices = MAX_OPL3_VOICES; in snd_opl3_init()
78 opl3->max_voices = MAX_OPL3_VOICES; in snd_opl3_synth_setup()
56 emu->max_voices = EMU8000_DRAM_VOICES; in snd_emu8000_new_device()
185 for (i = 0; i < emu->max_voices; i++) { in get_voice()
327 arg->max_voices = max_synth_voices[dev]; in snd_vortex_probe()