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

/linux-master/include/sound/
H A Dseq_oss.h75 int nvoices; member in struct:snd_seq_oss_reg
/linux-master/sound/synth/emux/
H A Dsoundfont.c537 if (hdr.nvoices <= 0 || hdr.nvoices >= 100) {
539 hdr.nvoices);
543 if (count < (long)sizeof(struct soundfont_voice_info) * hdr.nvoices) {
545 "patch length(%ld) is smaller than nvoices(%d)\n",
546 count, hdr.nvoices);
567 for (i = 0; i < hdr.nvoices; i++) {
1236 int nvoices; local
1248 nvoices = search_zones(sflist, notep, vel, preset, bank,
1250 if (! nvoices) {
1290 int nvoices; local
[all...]
H A Demux_synth.c49 int i, key, nvoices; local
64 nvoices = get_zone(emu, port, &note, vel, chan, table);
65 if (! nvoices)
69 for (i = 0; i < nvoices; i++) {
81 for (i = 0; i < nvoices; i++) {
H A Demux_oss.c67 arg->nvoices = emu->max_voices;
/linux-master/include/uapi/sound/
H A Dsfnt_info.h133 char nvoices; /* number of voices */ member in struct:soundfont_voice_rec_hdr
/linux-master/sound/drivers/opl3/
H A Dopl3_oss.c105 arg->nvoices = MAX_OPL2_VOICES;
108 arg->nvoices = MAX_OPL3_VOICES;
/linux-master/sound/ppc/
H A Dburgundy.c189 long nvoices[2]; local
193 snd_pmac_burgundy_read_volume(chip, addr, nvoices, shift);
194 return (nvoices[0] != ucontrol->value.integer.value[0] ||
195 nvoices[1] != ucontrol->value.integer.value[1]);
265 long nvoices[2]; local
269 snd_pmac_burgundy_read_volume_2b(chip, addr, nvoices, off);
270 return (nvoices[0] != ucontrol->value.integer.value[0] ||
271 nvoices[1] != ucontrol->value.integer.value[1]);
/linux-master/sound/core/seq/oss/
H A Dseq_oss_synth.c103 rec->nr_voices = reg->nvoices;

Completed in 138 milliseconds