nr_voices         498 include/uapi/linux/soundcard.h 		int	nr_voices;
nr_voices          59 sound/core/seq/oss/seq_oss_device.h 	int nr_voices;
nr_voices         284 sound/core/seq/oss/seq_oss_event.c 		if (! info->ch || ch < 0 || ch >= info->nr_voices) {
nr_voices         289 sound/core/seq/oss/seq_oss_event.c 		ch = array_index_nospec(ch, info->nr_voices);
nr_voices         345 sound/core/seq/oss/seq_oss_event.c 		if (! info->ch || ch < 0 || ch >= info->nr_voices) {
nr_voices         350 sound/core/seq/oss/seq_oss_event.c 		ch = array_index_nospec(ch, info->nr_voices);
nr_voices          43 sound/core/seq/oss/seq_oss_synth.c 	int nr_voices;
nr_voices          64 sound/core/seq/oss/seq_oss_synth.c 	.nr_voices = 16,
nr_voices         103 sound/core/seq/oss/seq_oss_synth.c 	rec->nr_voices = reg->nvoices;
nr_voices         235 sound/core/seq/oss/seq_oss_synth.c 		info->nr_voices = rec->nr_voices;
nr_voices         236 sound/core/seq/oss/seq_oss_synth.c 		if (info->nr_voices > 0) {
nr_voices         237 sound/core/seq/oss/seq_oss_synth.c 			info->ch = kcalloc(info->nr_voices, sizeof(struct seq_oss_chinfo), GFP_KERNEL);
nr_voices         375 sound/core/seq/oss/seq_oss_synth.c 	if (info->ch == NULL || ! info->nr_voices)
nr_voices         377 sound/core/seq/oss/seq_oss_synth.c 	for (i = 0; i < info->nr_voices; i++) {
nr_voices         617 sound/core/seq/oss/seq_oss_synth.c 		inf->nr_voices = 16;
nr_voices         625 sound/core/seq/oss/seq_oss_synth.c 		inf->nr_voices = rec->nr_voices;
nr_voices         655 sound/core/seq/oss/seq_oss_synth.c 			    rec->nr_voices);