Searched refs:nr_voices (Results 1 – 5 of 5) sorted by relevance
54 int nr_voices; member114 rec->nr_voices = reg->nvoices; in snd_seq_oss_synth_register()246 info->nr_voices = rec->nr_voices; in snd_seq_oss_synth_setup()247 if (info->nr_voices > 0) { in snd_seq_oss_synth_setup()248 info->ch = kcalloc(info->nr_voices, sizeof(struct seq_oss_chinfo), GFP_KERNEL); in snd_seq_oss_synth_setup()387 if (info->ch == NULL || ! info->nr_voices) in reset_channels()389 for (i = 0; i < info->nr_voices; i++) { in reset_channels()618 inf->nr_voices = 16; in snd_seq_oss_synth_make_info()626 inf->nr_voices = rec->nr_voices; in snd_seq_oss_synth_make_info()656 rec->nr_voices); in snd_seq_oss_synth_info_read()
75 int nr_voices; member
291 if (! info->ch || ch < 0 || ch >= info->nr_voices) { in note_on_event()346 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()1136 devc->fm_info.nr_voices = 9; in opl3_init()
506 int nr_voices; member