Home
last modified time | relevance | path

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

/linux/sound/core/seq/oss/
H A Dseq_oss_synth.c36 int nr_voices; member
58 .nr_voices = 16,
95 rec->nr_voices = reg->nvoices; in snd_seq_oss_synth_probe()
214 info->nr_voices = rec->nr_voices; in snd_seq_oss_synth_setup()
215 if (info->nr_voices > 0) { in snd_seq_oss_synth_setup()
217 info->nr_voices); in snd_seq_oss_synth_setup()
351 if (info->ch == NULL || ! info->nr_voices) in reset_channels()
353 for (i = 0; i < info->nr_voices; i++) { in reset_channels()
547 inf->nr_voices = 16; in snd_seq_oss_synth_make_info()
558 inf->nr_voices = rec->nr_voices; in snd_seq_oss_synth_make_info()
[all …]
/linux/include/uapi/linux/
H A Dsoundcard.h498 int nr_voices; member