Home
last modified time | relevance | path

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

/linux-2.6.39/sound/core/seq/oss/
Dseq_oss_synth.c54 int nr_voices; member
114 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()
Dseq_oss_device.h75 int nr_voices; member
Dseq_oss_event.c291 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()
/linux-2.6.39/sound/oss/
Dopl3.c128 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()
/linux-2.6.39/include/linux/
Dsoundcard.h506 int nr_voices; member