Searched refs:nvoices (Results 1 – 7 of 7) sorted by relevance
| /linux/sound/synth/emux/ |
| H A D | soundfont.c | 498 if (hdr.nvoices <= 0 || hdr.nvoices >= 100) { in load_info() 500 hdr.nvoices); in load_info() 504 if (count < (long)sizeof(struct soundfont_voice_info) * hdr.nvoices) { in load_info() 507 count, hdr.nvoices); in load_info() 528 for (i = 0; i < hdr.nvoices; i++) { in load_info() 1235 int nvoices; in snd_soundfont_search_zone() local 1244 nvoices = search_zones(sflist, notep, vel, preset, bank, in snd_soundfont_search_zone() 1246 if (! nvoices) { in snd_soundfont_search_zone() 1248 nvoices = search_zones(sflist, notep, vel, in snd_soundfont_search_zone() 1252 return nvoices; in snd_soundfont_search_zone() [all …]
|
| H A D | emux_oss.c | 67 arg->nvoices = emu->max_voices; in snd_emux_init_seq_oss()
|
| /linux/sound/drivers/opl3/ |
| H 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/sound/ |
| H A D | seq_oss.h | 75 int nvoices; member
|
| /linux/include/uapi/sound/ |
| H A D | sfnt_info.h | 133 char nvoices; /* number of voices */ member
|
| /linux/Documentation/sound/designs/ |
| H 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/ |
| H A D | seq_oss_synth.c | 95 rec->nr_voices = reg->nvoices; in snd_seq_oss_synth_probe()
|