Home
last modified time | relevance | path

Searched refs:nr_voices (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/sound/core/seq/oss/
Dseq_oss_synth.c55 int nr_voices; member
115 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()
Dseq_oss_device.h71 int nr_voices; member
Dseq_oss_event.c296 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()
/linux-4.1.27/sound/oss/
Dopl3.c128 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()
/linux-4.1.27/include/uapi/linux/
Dsoundcard.h498 int nr_voices; member