tag | line | file | source code |
max_voice | 381 | drivers/sound/gus_wave.c | voice_alloc->max_voice = nr_voices = nvoices; |
max_voice | 2724 | drivers/sound/gus_wave.c | for (i = 0; i < alloc->max_voice; i++) |
max_voice | 2736 | drivers/sound/gus_wave.c | p = (p + 1) % alloc->max_voice; |
max_voice | 2743 | drivers/sound/gus_wave.c | for (i = 0; i < alloc->max_voice; i++) |
max_voice | 2750 | drivers/sound/gus_wave.c | p = (p + 1) % alloc->max_voice; |
max_voice | 119 | drivers/sound/opl3.c | devc->v_alloc->max_voice = devc->nr_voice = 12; |
max_voice | 826 | drivers/sound/opl3.c | devc->v_alloc->max_voice = devc->nr_voice = 18; |
max_voice | 844 | drivers/sound/opl3.c | devc->v_alloc->max_voice = devc->nr_voice = (devc->model == 2) ? 18 : 9; |
max_voice | 865 | drivers/sound/opl3.c | devc->v_alloc->max_voice = devc->nr_voice = (devc->model == 2) ? 18 : 9; |
max_voice | 1229 | drivers/sound/opl3.c | devc->v_alloc->max_voice = devc->nr_voice = 18; |
max_voice | 1246 | drivers/sound/opl3.c | devc->v_alloc->max_voice = devc->nr_voice = 9; |
max_voice | 507 | drivers/sound/sequencer.c | for (i = 0; i < synth_devs[dev]->alloc.max_voice; i++) |
max_voice | 673 | drivers/sound/sequencer.c | for (i = 0; i < synth_devs[dev]->alloc.max_voice; i++) |
max_voice | 695 | drivers/sound/sequencer.c | for (i = 0; i < synth_devs[dev]->alloc.max_voice; i++) |
max_voice | 161 | drivers/sound/sound_config.h | int max_voice; |