Searched refs:nr_voices (Results 1 - 4 of 4) sorted by relevance

/linux-master/sound/core/seq/oss/
H A Dseq_oss_synth.c43 int nr_voices; member in struct:seq_oss_synth
64 .nr_voices = 16,
103 rec->nr_voices = reg->nvoices;
235 info->nr_voices = rec->nr_voices;
236 if (info->nr_voices > 0) {
237 info->ch = kcalloc(info->nr_voices, sizeof(struct seq_oss_chinfo), GFP_KERNEL);
375 if (info->ch == NULL || ! info->nr_voices)
377 for (i = 0; i < info->nr_voices; i++) {
620 inf->nr_voices
[all...]
H A Dseq_oss_device.h59 int nr_voices; member in struct:seq_oss_synthinfo
H A Dseq_oss_event.c284 if (! info->ch || ch < 0 || ch >= info->nr_voices) {
289 ch = array_index_nospec(ch, info->nr_voices);
345 if (! info->ch || ch < 0 || ch >= info->nr_voices) {
350 ch = array_index_nospec(ch, info->nr_voices);
/linux-master/include/uapi/linux/
H A Dsoundcard.h498 int nr_voices; member in struct:synth_info

Completed in 210 milliseconds