Searched refs:nvoices (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dseq_oss.h88 int nvoices; member in struct:snd_seq_oss_reg
H A Dsfnt_info.h147 char nvoices; /* number of voices */ member in struct:soundfont_voice_rec_hdr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/synth/emux/
H A Dsoundfont.c545 if (hdr.nvoices <= 0 || hdr.nvoices >= 100) {
547 hdr.nvoices);
551 if (count < (long)sizeof(struct soundfont_voice_info) * hdr.nvoices) {
553 "patch length(%ld) is smaller than nvoices(%d)\n",
554 count, hdr.nvoices);
575 for (i = 0; i < hdr.nvoices; i++) {
1221 int nvoices; local
1233 nvoices = search_zones(sflist, notep, vel, preset, bank,
1235 if (! nvoices) {
1274 int nvoices; local
[all...]
H A Demux_synth.c62 int i, key, nvoices; local
77 nvoices = get_zone(emu, port, &note, vel, chan, table);
78 if (! nvoices)
82 for (i = 0; i < nvoices; i++) {
90 for (i = 0; i < nvoices; i++) {
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/drivers/opl3/
H A Dopl3_oss.c133 arg->nvoices = MAX_OPL2_VOICES;
136 arg->nvoices = MAX_OPL3_VOICES;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/ppc/
H A Dburgundy.c201 long nvoices[2]; local
205 snd_pmac_burgundy_read_volume(chip, addr, nvoices, shift);
206 return (nvoices[0] != ucontrol->value.integer.value[0] ||
207 nvoices[1] != ucontrol->value.integer.value[1]);
277 long nvoices[2]; local
281 snd_pmac_burgundy_read_volume_2b(chip, addr, nvoices, off);
282 return (nvoices[0] != ucontrol->value.integer.value[0] ||
283 nvoices[1] != ucontrol->value.integer.value[1]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/oss/
H A Dseq_oss_synth.c114 rec->nr_voices = reg->nvoices;

Completed in 55 milliseconds