Searched refs:nvoices (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/sound/synth/emux/ |
D | soundfont.c | 546 if (hdr.nvoices <= 0 || hdr.nvoices >= 100) { in load_info() 548 hdr.nvoices); in load_info() 552 if (count < (long)sizeof(struct soundfont_voice_info) * hdr.nvoices) { in load_info() 555 count, hdr.nvoices); in load_info() 576 for (i = 0; i < hdr.nvoices; i++) { in load_info() 1237 int nvoices; in snd_soundfont_search_zone() local 1249 nvoices = search_zones(sflist, notep, vel, preset, bank, in snd_soundfont_search_zone() 1251 if (! nvoices) { in snd_soundfont_search_zone() 1253 nvoices = search_zones(sflist, notep, vel, in snd_soundfont_search_zone() 1258 return nvoices; in snd_soundfont_search_zone() [all …]
|
D | emux_synth.c | 63 int i, key, nvoices; in snd_emux_note_on() local 78 nvoices = get_zone(emu, port, ¬e, vel, chan, table); in snd_emux_note_on() 79 if (! nvoices) in snd_emux_note_on() 83 for (i = 0; i < nvoices; i++) { in snd_emux_note_on() 95 for (i = 0; i < nvoices; i++) { in snd_emux_note_on()
|
D | emux_oss.c | 80 arg->nvoices = emu->max_voices; in snd_emux_init_seq_oss()
|
/Linux-v4.19/sound/ppc/ |
D | burgundy.c | 201 long nvoices[2]; in snd_pmac_burgundy_put_volume() local 205 snd_pmac_burgundy_read_volume(chip, addr, nvoices, shift); in snd_pmac_burgundy_put_volume() 206 return (nvoices[0] != ucontrol->value.integer.value[0] || in snd_pmac_burgundy_put_volume() 207 nvoices[1] != ucontrol->value.integer.value[1]); in snd_pmac_burgundy_put_volume() 277 long nvoices[2]; in snd_pmac_burgundy_put_volume_2b() local 281 snd_pmac_burgundy_read_volume_2b(chip, addr, nvoices, off); in snd_pmac_burgundy_put_volume_2b() 282 return (nvoices[0] != ucontrol->value.integer.value[0] || in snd_pmac_burgundy_put_volume_2b() 283 nvoices[1] != ucontrol->value.integer.value[1]); in snd_pmac_burgundy_put_volume_2b()
|
/Linux-v4.19/include/sound/ |
D | seq_oss.h | 88 int nvoices; member
|
/Linux-v4.19/sound/drivers/opl3/ |
D | opl3_oss.c | 118 arg->nvoices = MAX_OPL2_VOICES; in snd_opl3_init_seq_oss() 121 arg->nvoices = MAX_OPL3_VOICES; in snd_opl3_init_seq_oss()
|
/Linux-v4.19/include/uapi/sound/ |
D | sfnt_info.h | 148 char nvoices; /* number of voices */ member
|
/Linux-v4.19/Documentation/sound/designs/ |
D | seq-oss.rst | 184 int snd_seq_oss_synth_register(char *name, int type, int subtype, int nvoices, 187 The arguments ``name``, ``type``, ``subtype`` and ``nvoices``
|
/Linux-v4.19/sound/core/seq/oss/ |
D | seq_oss_synth.c | 116 rec->nr_voices = reg->nvoices; in snd_seq_oss_synth_probe()
|