Home
last modified time | relevance | path

Searched refs:max_synth_voices (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/sound/pci/emu10k1/
Demu10k1.c51 static int max_synth_voices[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 64}; variable
69 module_param_array(max_synth_voices, int, NULL, 0444);
70 MODULE_PARM_DESC(max_synth_voices, "Maximum number of voices for WaveTable.");
182 arg->max_voices = max_synth_voices[dev]; in snd_card_emu10k1_probe()
/linux-4.1.27/sound/pci/au88x0/
Dau88x0.c326 arg->max_voices = max_synth_voices[dev]; in snd_vortex_probe()
/linux-4.1.27/Documentation/sound/alsa/
DALSA-Configuration.txt645 max_synth_voices - limit of voices used for wavetable (64 by default)