Searched refs:max_voices (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Demu10k1_synth.h34 int max_voices; /* maximum number of voices for wavetable */ member in struct:snd_emu10k1_synth_arg
H A Demux_synth.h97 int max_voices; /* Number of voices */ member in struct:snd_emux
H A Dopl3.h323 unsigned char max_voices; /* max number of voices */ member in struct:snd_opl3
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/emu10k1/
H A Demu10k1_synth.c44 if (arg->max_voices < 1)
45 arg->max_voices = 1;
46 else if (arg->max_voices > 64)
47 arg->max_voices = 64;
55 emux->max_voices = arg->max_voices;
H A Demu10k1.c181 arg->max_voices = max_synth_voices[dev];
H A Demu10k1_callback.c237 for (i = 0; i < emu->max_voices; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/synth/emux/
H A Demux.c52 emu->max_voices = 0;
96 if (snd_BUG_ON(!emu->hw || emu->max_voices <= 0))
103 emu->voices = kcalloc(emu->max_voices, sizeof(struct snd_emux_voice),
H A Demux_proc.c46 snd_iprintf(buf, "Max Voices: %d\n", emu->max_voices);
H A Demux_synth.c127 for (i = 0; i < emu->max_voices; i++) {
171 for (ch = 0; ch < emu->max_voices; ch++) {
209 for (ch = 0; ch < emu->max_voices; ch++) {
250 for (ch = 0; ch < emu->max_voices; ch++) {
281 for (i = 0; i < emu->max_voices; i++) {
308 for (i = 0; i < emu->max_voices; i++) {
381 for (i = 0; i < emu->max_voices; i++) {
423 for (i = 0; i < emu->max_voices; i++) {
460 for (i = 0; i < emu->max_voices; i++) {
488 for (i = 0; i < emu->max_voices;
[all...]
H A Demux_effect.c210 for (i = 0; i < emu->max_voices; i++) {
H A Demux_seq.c181 emu->max_voices, name);
H A Demux_oss.c80 arg->nvoices = emu->max_voices;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/sb/
H A Demu8000_synth.c55 emu->max_voices = EMU8000_DRAM_VOICES;
H A Demu8000_callback.c184 for (i = 0; i < emu->max_voices; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl3/
H A Dopl3_midi.c131 for (i = 0; i < opl3->max_voices; i++)
171 for (i = 0; i < opl3->max_voices; i++) {
248 for (i = 0; i < opl3->max_voices; i++) {
689 for (voice = 0; voice < opl3->max_voices; voice++) {
801 for (voice = 0; voice < opl3->max_voices; voice++) {
H A Dopl3_synth.c364 int max_voices, i; local
366 max_voices = (opl3->hardware < OPL3_HW_OPL3) ?
369 for (i = 0; i < max_voices; i++) {
389 opl3->max_voices = MAX_OPL2_VOICES;
H A Dopl3_lib.c388 opl3->max_voices = MAX_OPL2_VOICES;
392 opl3->max_voices = MAX_OPL3_VOICES;
H A Dopl3_seq.c77 opl3->max_voices = MAX_OPL3_VOICES;

Completed in 130 milliseconds