Home
last modified time | relevance | path

Searched refs:nvoices (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/sound/synth/emux/
H A Dsoundfont.c533 if (hdr.nvoices <= 0 || hdr.nvoices >= 100) { in load_info()
535 hdr.nvoices); in load_info()
539 if (count < (long)sizeof(struct soundfont_voice_info) * hdr.nvoices) { in load_info()
541 "patch length(%ld) is smaller than nvoices(%d)\n", in load_info()
542 count, hdr.nvoices); in load_info()
563 for (i = 0; i < hdr.nvoices; i++) { in load_info()
1226 int nvoices; in snd_soundfont_search_zone() local
1238 nvoices = search_zones(sflist, notep, vel, preset, bank, in snd_soundfont_search_zone()
1240 if (! nvoices) { in snd_soundfont_search_zone()
1279 int nvoices; search_zones() local
[all...]
H A Demux_synth.c49 int i, key, nvoices; in snd_emux_note_on() local
64 nvoices = get_zone(emu, port, &note, vel, chan, table); in snd_emux_note_on()
65 if (! nvoices) in snd_emux_note_on()
69 for (i = 0; i < nvoices; i++) { in snd_emux_note_on()
81 for (i = 0; i < nvoices; i++) { in snd_emux_note_on()
H A Demux_oss.c67 arg->nvoices = emu->max_voices; in snd_emux_init_seq_oss()
/kernel/linux/linux-6.6/sound/synth/emux/
H A Dsoundfont.c537 if (hdr.nvoices <= 0 || hdr.nvoices >= 100) { in load_info()
539 hdr.nvoices); in load_info()
543 if (count < (long)sizeof(struct soundfont_voice_info) * hdr.nvoices) { in load_info()
545 "patch length(%ld) is smaller than nvoices(%d)\n", in load_info()
546 count, hdr.nvoices); in load_info()
567 for (i = 0; i < hdr.nvoices; i++) { in load_info()
1236 int nvoices; in snd_soundfont_search_zone() local
1248 nvoices = search_zones(sflist, notep, vel, preset, bank, in snd_soundfont_search_zone()
1250 if (! nvoices) { in snd_soundfont_search_zone()
1290 int nvoices; search_zones() local
[all...]
H A Demux_synth.c49 int i, key, nvoices; in snd_emux_note_on() local
64 nvoices = get_zone(emu, port, &note, vel, chan, table); in snd_emux_note_on()
65 if (! nvoices) in snd_emux_note_on()
69 for (i = 0; i < nvoices; i++) { in snd_emux_note_on()
81 for (i = 0; i < nvoices; i++) { in snd_emux_note_on()
H A Demux_oss.c67 arg->nvoices = emu->max_voices; in snd_emux_init_seq_oss()
/kernel/linux/linux-5.10/sound/ppc/
H A Dburgundy.c188 long nvoices[2]; in snd_pmac_burgundy_put_volume() local
192 snd_pmac_burgundy_read_volume(chip, addr, nvoices, shift); in snd_pmac_burgundy_put_volume()
193 return (nvoices[0] != ucontrol->value.integer.value[0] || in snd_pmac_burgundy_put_volume()
194 nvoices[1] != ucontrol->value.integer.value[1]); in snd_pmac_burgundy_put_volume()
264 long nvoices[2]; in snd_pmac_burgundy_put_volume_2b() local
268 snd_pmac_burgundy_read_volume_2b(chip, addr, nvoices, off); in snd_pmac_burgundy_put_volume_2b()
269 return (nvoices[0] != ucontrol->value.integer.value[0] || in snd_pmac_burgundy_put_volume_2b()
270 nvoices[1] != ucontrol->value.integer.value[1]); in snd_pmac_burgundy_put_volume_2b()
/kernel/linux/linux-6.6/sound/ppc/
H A Dburgundy.c189 long nvoices[2]; in snd_pmac_burgundy_put_volume() local
193 snd_pmac_burgundy_read_volume(chip, addr, nvoices, shift); in snd_pmac_burgundy_put_volume()
194 return (nvoices[0] != ucontrol->value.integer.value[0] || in snd_pmac_burgundy_put_volume()
195 nvoices[1] != ucontrol->value.integer.value[1]); in snd_pmac_burgundy_put_volume()
265 long nvoices[2]; in snd_pmac_burgundy_put_volume_2b() local
269 snd_pmac_burgundy_read_volume_2b(chip, addr, nvoices, off); in snd_pmac_burgundy_put_volume_2b()
270 return (nvoices[0] != ucontrol->value.integer.value[0] || in snd_pmac_burgundy_put_volume_2b()
271 nvoices[1] != ucontrol->value.integer.value[1]); in snd_pmac_burgundy_put_volume_2b()
/kernel/linux/linux-5.10/include/sound/
H A Dseq_oss.h75 int nvoices; member
/kernel/linux/linux-6.6/include/sound/
H A Dseq_oss.h75 int nvoices; member
/kernel/linux/linux-5.10/sound/drivers/opl3/
H A Dopl3_oss.c105 arg->nvoices = MAX_OPL2_VOICES; in snd_opl3_init_seq_oss()
108 arg->nvoices = MAX_OPL3_VOICES; in snd_opl3_init_seq_oss()
/kernel/linux/linux-6.6/sound/drivers/opl3/
H A Dopl3_oss.c105 arg->nvoices = MAX_OPL2_VOICES; in snd_opl3_init_seq_oss()
108 arg->nvoices = MAX_OPL3_VOICES; in snd_opl3_init_seq_oss()
/kernel/linux/linux-5.10/include/uapi/sound/
H A Dsfnt_info.h148 char nvoices; /* number of voices */ member
/kernel/linux/linux-6.6/include/uapi/sound/
H A Dsfnt_info.h133 char nvoices; /* number of voices */ member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
H A Dsfnt_info.h107 char nvoices; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
H A Dsfnt_info.h97 char nvoices; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
H A Dsfnt_info.h107 char nvoices; member
/kernel/linux/linux-5.10/sound/core/seq/oss/
H A Dseq_oss_synth.c103 rec->nr_voices = reg->nvoices; in snd_seq_oss_synth_probe()
/kernel/linux/linux-6.6/sound/core/seq/oss/
H A Dseq_oss_synth.c103 rec->nr_voices = reg->nvoices; in snd_seq_oss_synth_probe()

Completed in 15 milliseconds