Searched refs:nr_voices (Results 1 – 5 of 5) sorted by relevance
55 int nr_voices; member115 rec->nr_voices = reg->nvoices; in snd_seq_oss_synth_probe()247 info->nr_voices = rec->nr_voices; in snd_seq_oss_synth_setup()248 if (info->nr_voices > 0) { in snd_seq_oss_synth_setup()249 info->ch = kcalloc(info->nr_voices, sizeof(struct seq_oss_chinfo), GFP_KERNEL); in snd_seq_oss_synth_setup()385 if (info->ch == NULL || ! info->nr_voices) in reset_channels()387 for (i = 0; i < info->nr_voices; i++) { in reset_channels()616 inf->nr_voices = 16; in snd_seq_oss_synth_make_info()624 inf->nr_voices = rec->nr_voices; in snd_seq_oss_synth_make_info()654 rec->nr_voices); in snd_seq_oss_synth_info_read()
71 int nr_voices; member
296 if (! info->ch || ch < 0 || ch >= info->nr_voices) { in note_on_event()356 if (! info->ch || ch < 0 || ch >= info->nr_voices) { in note_off_event()
128 devc->fm_info.nr_voices = (devc->nr_voice == 12) ? 6 : devc->nr_voice; in opl3_ioctl()1133 devc->fm_info.nr_voices = 9; in opl3_init()
498 int nr_voices; member