max_voices 21 include/sound/emu10k1_synth.h int max_voices; /* maximum number of voices for wavetable */ max_voices 82 include/sound/emux_synth.h int max_voices; /* Number of voices */ max_voices 305 include/sound/opl3.h unsigned char max_voices; /* max number of voices */ max_voices 375 sound/drivers/opl3/opl3_lib.c opl3->max_voices = MAX_OPL2_VOICES; max_voices 379 sound/drivers/opl3/opl3_lib.c opl3->max_voices = MAX_OPL3_VOICES; max_voices 115 sound/drivers/opl3/opl3_midi.c for (i = 0; i < opl3->max_voices; i++) max_voices 155 sound/drivers/opl3/opl3_midi.c for (i = 0; i < opl3->max_voices; i++) { max_voices 232 sound/drivers/opl3/opl3_midi.c for (i = 0; i < opl3->max_voices; i++) { max_voices 676 sound/drivers/opl3/opl3_midi.c for (voice = 0; voice < opl3->max_voices; voice++) { max_voices 782 sound/drivers/opl3/opl3_midi.c for (voice = 0; voice < opl3->max_voices; voice++) { max_voices 64 sound/drivers/opl3/opl3_seq.c opl3->max_voices = MAX_OPL3_VOICES; max_voices 353 sound/drivers/opl3/opl3_synth.c int max_voices, i; max_voices 355 sound/drivers/opl3/opl3_synth.c max_voices = (opl3->hardware < OPL3_HW_OPL3) ? max_voices 358 sound/drivers/opl3/opl3_synth.c for (i = 0; i < max_voices; i++) { max_voices 378 sound/drivers/opl3/opl3_synth.c opl3->max_voices = MAX_OPL2_VOICES; max_voices 172 sound/isa/sb/emu8000_callback.c for (i = 0; i < emu->max_voices; i++) { max_voices 44 sound/isa/sb/emu8000_synth.c emu->max_voices = EMU8000_DRAM_VOICES; max_voices 327 sound/pci/au88x0/au88x0.c arg->max_voices = max_synth_voices[dev]; max_voices 166 sound/pci/emu10k1/emu10k1.c arg->max_voices = max_synth_voices[dev]; max_voices 224 sound/pci/emu10k1/emu10k1_callback.c for (i = 0; i < emu->max_voices; i++) { max_voices 33 sound/pci/emu10k1/emu10k1_synth.c if (arg->max_voices < 1) max_voices 34 sound/pci/emu10k1/emu10k1_synth.c arg->max_voices = 1; max_voices 35 sound/pci/emu10k1/emu10k1_synth.c else if (arg->max_voices > 64) max_voices 36 sound/pci/emu10k1/emu10k1_synth.c arg->max_voices = 64; max_voices 44 sound/pci/emu10k1/emu10k1_synth.c emux->max_voices = arg->max_voices; max_voices 40 sound/synth/emux/emux.c emu->max_voices = 0; max_voices 82 sound/synth/emux/emux.c if (snd_BUG_ON(!emu->hw || emu->max_voices <= 0)) max_voices 89 sound/synth/emux/emux.c emu->voices = kcalloc(emu->max_voices, sizeof(struct snd_emux_voice), max_voices 196 sound/synth/emux/emux_effect.c for (i = 0; i < emu->max_voices; i++) { max_voices 67 sound/synth/emux/emux_oss.c arg->nvoices = emu->max_voices; max_voices 31 sound/synth/emux/emux_proc.c snd_iprintf(buf, "Max Voices: %d\n", emu->max_voices); max_voices 166 sound/synth/emux/emux_seq.c emu->max_voices, name); max_voices 118 sound/synth/emux/emux_synth.c for (i = 0; i < emu->max_voices; i++) { max_voices 162 sound/synth/emux/emux_synth.c for (ch = 0; ch < emu->max_voices; ch++) { max_voices 199 sound/synth/emux/emux_synth.c for (ch = 0; ch < emu->max_voices; ch++) { max_voices 239 sound/synth/emux/emux_synth.c for (ch = 0; ch < emu->max_voices; ch++) { max_voices 270 sound/synth/emux/emux_synth.c for (i = 0; i < emu->max_voices; i++) { max_voices 297 sound/synth/emux/emux_synth.c for (i = 0; i < emu->max_voices; i++) { max_voices 371 sound/synth/emux/emux_synth.c for (i = 0; i < emu->max_voices; i++) { max_voices 413 sound/synth/emux/emux_synth.c for (i = 0; i < emu->max_voices; i++) { max_voices 450 sound/synth/emux/emux_synth.c for (i = 0; i < emu->max_voices; i++) { max_voices 478 sound/synth/emux/emux_synth.c for (i = 0; i < emu->max_voices; i++) { max_voices 921 sound/synth/emux/emux_synth.c for (i = 0; i < emu->max_voices; i++) {