tag | line | file | source code |
max_voice | 360 | drivers/sound/gus_wave.c | voice_alloc->max_voice = nr_voices = nvoices; |
max_voice | 2613 | drivers/sound/gus_wave.c | for (i = 0; i < alloc->max_voice; i++) |
max_voice | 2620 | drivers/sound/gus_wave.c | p = (p + 1) % alloc->max_voice; |
max_voice | 2627 | drivers/sound/gus_wave.c | for (i = 0; i < alloc->max_voice; i++) |
max_voice | 2634 | drivers/sound/gus_wave.c | p = (p + 1) % alloc->max_voice; |
max_voice | 128 | drivers/sound/opl3.c | voice_alloc->max_voice = nr_voices = 12; |
max_voice | 846 | drivers/sound/opl3.c | voice_alloc->max_voice = nr_voices = 18; |
max_voice | 879 | drivers/sound/opl3.c | voice_alloc->max_voice = nr_voices = opl3_enabled ? 18 : 9; |
max_voice | 1180 | drivers/sound/opl3.c | voice_alloc->max_voice = nr_voices = 18; |
max_voice | 1211 | drivers/sound/opl3.c | voice_alloc->max_voice = nr_voices = 9; |
max_voice | 447 | drivers/sound/sequencer.c | for (i = 0; i < synth_devs[dev]->alloc.max_voice; i++) |
max_voice | 221 | drivers/sound/sound_config.h | int max_voice; |