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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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.h285 unsigned char max_voices; /* max number of voices */ member in struct:snd_opl3
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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;
54 emu->max_voices = arg->max_voices;
H A Demu10k1.c178 arg->max_voices = max_synth_voices[dev];
H A Demu10k1_callback.c231 for (i = 0; i < emu->max_voices; i++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/synth/emux/
H A Demux.c53 emu->max_voices = 0;
98 snd_assert(emu->max_voices > 0, return -EINVAL);
104 emu->voices = kcalloc(emu->max_voices, sizeof(struct snd_emux_voice),
H A Demux_proc.c48 snd_iprintf(buf, "Max Voices: %d\n", emu->max_voices);
H A Demux_synth.c127 for (i = 0; i < emu->max_voices; i++) {
170 for (ch = 0; ch < emu->max_voices; ch++) {
208 for (ch = 0; ch < emu->max_voices; ch++) {
248 for (ch = 0; ch < emu->max_voices; ch++) {
279 for (i = 0; i < emu->max_voices; i++) {
306 for (i = 0; i < emu->max_voices; i++) {
374 for (i = 0; i < emu->max_voices; i++) {
415 for (i = 0; i < emu->max_voices; i++) {
451 for (i = 0; i < emu->max_voices; i++) {
479 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.c81 arg->nvoices = emu->max_voices;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/opl3/
H A Dopl3_synth.c200 int max_voices, i; local
202 max_voices = (opl3->hardware < OPL3_HW_OPL3) ?
205 for (i = 0; i < max_voices; i++) {
225 opl3->max_voices = MAX_OPL2_VOICES;
H A Dopl3_midi.c129 for (i = 0; i < opl3->max_voices; i++)
169 for (i = 0; i < opl3->max_voices; i++) {
246 for (i = 0; i < opl3->max_voices; i++) {
693 for (voice = 0; voice < opl3->max_voices; voice++) {
794 for (voice = 0; voice < opl3->max_voices; voice++) {
H A Dopl3_lib.c386 opl3->max_voices = MAX_OPL2_VOICES;
390 opl3->max_voices = MAX_OPL3_VOICES;
H A Dopl3_seq.c76 opl3->max_voices = MAX_OPL3_VOICES;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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++) {

Completed in 198 milliseconds