Searched refs:notep (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/sound/synth/emux/ |
D | soundfont.c | 55 static int search_zones(struct snd_sf_list *sflist, int *notep, int vel, 1221 snd_soundfont_search_zone(struct snd_sf_list *sflist, int *notep, int vel, in snd_soundfont_search_zone() argument 1238 nvoices = search_zones(sflist, notep, vel, preset, bank, in snd_soundfont_search_zone() 1242 nvoices = search_zones(sflist, notep, vel, in snd_soundfont_search_zone() 1274 search_zones(struct snd_sf_list *sflist, int *notep, int vel, in search_zones() argument 1281 zp = search_first_zone(sflist, bank, preset, *notep); in search_zones() 1284 if (*notep >= zp->v.low && *notep <= zp->v.high && in search_zones() 1295 key = *notep; in search_zones() 1300 *notep = key; in search_zones()
|
D | emux_synth.c | 27 int *notep, int vel, struct snd_midi_channel *chan, 890 int *notep, int vel, struct snd_midi_channel *chan, in get_zone() argument 906 return snd_soundfont_search_zone(emu->sflist, notep, vel, preset, bank, in get_zone()
|
/Linux-v5.10/include/sound/ |
D | soundfont.h | 102 int snd_soundfont_search_zone(struct snd_sf_list *sflist, int *notep, int vel,
|