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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/synth/emux/
H A Dsoundfont.c544 if (hdr.nvoices <= 0 || hdr.nvoices >= 100) {
545 printk("Soundfont error: Illegal voice number %d\n", hdr.nvoices);
549 if (count < (long)sizeof(struct soundfont_voice_info) * hdr.nvoices) {
550 printk("Soundfont Error: patch length(%ld) is smaller than nvoices(%d)\n",
551 count, hdr.nvoices);
572 for (i = 0; i < hdr.nvoices; i++) {
1218 int nvoices; local
1230 nvoices = search_zones(sflist, notep, vel, preset, bank,
1232 if (! nvoices) {
1271 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.c81 arg->nvoices = emu->max_voices;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/ppc/
H A Dburgundy.c203 long nvoices[2]; local
207 snd_pmac_burgundy_read_volume(chip, addr, nvoices, shift);
208 return (nvoices[0] != ucontrol->value.integer.value[0] ||
209 nvoices[1] != ucontrol->value.integer.value[1]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/opl3/
H A Dopl3_oss.c134 arg->nvoices = MAX_OPL2_VOICES;
137 arg->nvoices = MAX_OPL3_VOICES;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/oss/
H A Dseq_oss_synth.c113 rec->nr_voices = reg->nvoices;

Completed in 69 milliseconds