Searched refs:nvoices (Results 1 – 9 of 9) sorted by relevance
| /linux/sound/synth/emux/ |
| A D | soundfont.c | 540 if (hdr.nvoices <= 0 || hdr.nvoices >= 100) { in load_info() 542 hdr.nvoices); in load_info() 549 count, hdr.nvoices); in load_info() 1280 int nvoices; in snd_soundfont_search_zone() local 1294 if (! nvoices) { in snd_soundfont_search_zone() 1301 return nvoices; in snd_soundfont_search_zone() 1334 int nvoices; in search_zones() local 1337 nvoices = 0; in search_zones() 1354 if (nvoices > 0) in search_zones() 1358 table[nvoices++] = zp; in search_zones() [all …]
|
| A D | emux_synth.c | 49 int i, key, nvoices; in snd_emux_note_on() local 64 nvoices = get_zone(emu, port, ¬e, 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()
|
| A D | emux_oss.c | 67 arg->nvoices = emu->max_voices; in snd_emux_init_seq_oss()
|
| /linux/sound/ppc/ |
| A D | burgundy.c | 189 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()
|
| /linux/include/sound/ |
| A D | seq_oss.h | 75 int nvoices; member
|
| /linux/sound/drivers/opl3/ |
| A D | opl3_oss.c | 105 arg->nvoices = MAX_OPL2_VOICES; in snd_opl3_init_seq_oss() 108 arg->nvoices = MAX_OPL3_VOICES; in snd_opl3_init_seq_oss()
|
| /linux/include/uapi/sound/ |
| A D | sfnt_info.h | 133 char nvoices; /* number of voices */ member
|
| /linux/Documentation/sound/designs/ |
| A 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/sound/core/seq/oss/ |
| A D | seq_oss_synth.c | 103 rec->nr_voices = reg->nvoices; in snd_seq_oss_synth_probe()
|
Completed in 25 milliseconds