nvoices            75 include/sound/seq_oss.h 	int nvoices;
nvoices           148 include/uapi/sound/sfnt_info.h 	char nvoices;			/* number of voices */
nvoices           103 sound/core/seq/oss/seq_oss_synth.c 	rec->nr_voices = reg->nvoices;
nvoices           105 sound/drivers/opl3/opl3_oss.c 		arg->nvoices = MAX_OPL2_VOICES;
nvoices           108 sound/drivers/opl3/opl3_oss.c 		arg->nvoices = MAX_OPL3_VOICES;
nvoices           188 sound/ppc/burgundy.c 	long nvoices[2];
nvoices           192 sound/ppc/burgundy.c 	snd_pmac_burgundy_read_volume(chip, addr, nvoices, shift);
nvoices           193 sound/ppc/burgundy.c 	return (nvoices[0] != ucontrol->value.integer.value[0] ||
nvoices           194 sound/ppc/burgundy.c 		nvoices[1] != ucontrol->value.integer.value[1]);
nvoices           264 sound/ppc/burgundy.c 	long nvoices[2];
nvoices           268 sound/ppc/burgundy.c 	snd_pmac_burgundy_read_volume_2b(chip, addr, nvoices, off);
nvoices           269 sound/ppc/burgundy.c 	return (nvoices[0] != ucontrol->value.integer.value[0] ||
nvoices           270 sound/ppc/burgundy.c 		nvoices[1] != ucontrol->value.integer.value[1]);
nvoices            67 sound/synth/emux/emux_oss.c 	arg->nvoices = emu->max_voices;
nvoices            49 sound/synth/emux/emux_synth.c 	int i, key, nvoices;
nvoices            64 sound/synth/emux/emux_synth.c 	nvoices = get_zone(emu, port, &note, vel, chan, table);
nvoices            65 sound/synth/emux/emux_synth.c 	if (! nvoices)
nvoices            69 sound/synth/emux/emux_synth.c 	for (i = 0; i < nvoices; i++) {
nvoices            81 sound/synth/emux/emux_synth.c 	for (i = 0; i < nvoices; i++) {
nvoices           533 sound/synth/emux/soundfont.c 	if (hdr.nvoices <= 0 || hdr.nvoices >= 100) {
nvoices           535 sound/synth/emux/soundfont.c 		       hdr.nvoices);
nvoices           539 sound/synth/emux/soundfont.c 	if (count < (long)sizeof(struct soundfont_voice_info) * hdr.nvoices) {
nvoices           542 sound/synth/emux/soundfont.c 		       count, hdr.nvoices);
nvoices           563 sound/synth/emux/soundfont.c 	for (i = 0; i < hdr.nvoices; i++) {
nvoices          1226 sound/synth/emux/soundfont.c 	int nvoices;
nvoices          1238 sound/synth/emux/soundfont.c 	nvoices = search_zones(sflist, notep, vel, preset, bank,
nvoices          1240 sound/synth/emux/soundfont.c 	if (! nvoices) {
nvoices          1242 sound/synth/emux/soundfont.c 			nvoices = search_zones(sflist, notep, vel,
nvoices          1247 sound/synth/emux/soundfont.c 	return nvoices;
nvoices          1279 sound/synth/emux/soundfont.c 	int nvoices;
nvoices          1282 sound/synth/emux/soundfont.c 	nvoices = 0;
nvoices          1296 sound/synth/emux/soundfont.c 				nvoices = search_zones(sflist, &key, vel,
nvoices          1299 sound/synth/emux/soundfont.c 				if (nvoices > 0)
nvoices          1303 sound/synth/emux/soundfont.c 			table[nvoices++] = zp;
nvoices          1304 sound/synth/emux/soundfont.c 			if (nvoices >= max_layers)
nvoices          1309 sound/synth/emux/soundfont.c 	return nvoices;