Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/core/seq/oss/
H A Dseq_oss_synth.c43 int nr_voices; member
64 .nr_voices = 16,
103 rec->nr_voices = reg->nvoices; in snd_seq_oss_synth_probe()
235 info->nr_voices = rec->nr_voices; in snd_seq_oss_synth_setup()
236 if (info->nr_voices > 0) { in snd_seq_oss_synth_setup()
237 info->ch = kcalloc(info->nr_voices, sizeof(struct seq_oss_chinfo), GFP_KERNEL); in snd_seq_oss_synth_setup()
375 if (info->ch == NULL || ! info->nr_voices) in reset_channels()
377 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()
[all …]
H A Dseq_oss_event.c284 if (! info->ch || ch < 0 || ch >= info->nr_voices) { in note_on_event()
289 ch = array_index_nospec(ch, info->nr_voices); in note_on_event()
345 if (! info->ch || ch < 0 || ch >= info->nr_voices) { in note_off_event()
350 ch = array_index_nospec(ch, info->nr_voices); in note_off_event()
H A Dseq_oss_device.h59 int nr_voices; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dsoundcard.h494 int nr_voices; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dsoundcard.h494 int nr_voices; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsoundcard.h498 int nr_voices; member