Searched refs:max_voice (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dsound_config.h84 int max_voice; member in struct:voice_alloc_info
H A Dopl3.c110 devc->v_alloc->max_voice = devc->nr_voice = 12;
777 devc->v_alloc->max_voice = devc->nr_voice = 18;
793 devc->v_alloc->max_voice = devc->nr_voice = (devc->model == 2) ? 18 : 9;
813 devc->v_alloc->max_voice = devc->nr_voice = (devc->model == 2) ? 18 : 9;
1162 devc->v_alloc->max_voice = devc->nr_voice = 18;
1180 devc->v_alloc->max_voice = devc->nr_voice = 9;
H A Dsequencer.c421 for (i = 0; i < synth_devs[dev]->alloc.max_voice; i++)
583 for (i = 0; i < synth_devs[dev]->alloc.max_voice; i++)
606 for (i = 0; i < synth_devs[dev]->alloc.max_voice; i++)
H A Dgus_wave.c411 voice_alloc->max_voice = nr_voices = nvoices;
2670 for (i = 0; i < alloc->max_voice; i++)
2682 p = (p + 1) % alloc->max_voice;
2689 for (i = 0; i < alloc->max_voice; i++)
2696 p = (p + 1) % alloc->max_voice;
H A Dawe_wave.c555 voice_alloc->max_voice = awe_max_voices;
4606 voice_alloc->max_voice = awe_max_voices;

Completed in 123 milliseconds