Home
last modified time | relevance | path

Searched refs:notep (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/sound/synth/emux/
Dsoundfont.c68 static int search_zones(struct snd_sf_list *sflist, int *notep, int vel,
1232 snd_soundfont_search_zone(struct snd_sf_list *sflist, int *notep, int vel, in snd_soundfont_search_zone() argument
1249 nvoices = search_zones(sflist, notep, vel, preset, bank, in snd_soundfont_search_zone()
1253 nvoices = search_zones(sflist, notep, vel, in snd_soundfont_search_zone()
1285 search_zones(struct snd_sf_list *sflist, int *notep, int vel, in search_zones() argument
1292 zp = search_first_zone(sflist, bank, preset, *notep); in search_zones()
1295 if (*notep >= zp->v.low && *notep <= zp->v.high && in search_zones()
1306 key = *notep; in search_zones()
1311 *notep = key; in search_zones()
Demux_synth.c41 int *notep, int vel, struct snd_midi_channel *chan,
904 int *notep, int vel, struct snd_midi_channel *chan, in get_zone() argument
920 return snd_soundfont_search_zone(emu->sflist, notep, vel, preset, bank, in get_zone()
/Linux-v4.19/include/sound/
Dsoundfont.h115 int snd_soundfont_search_zone(struct snd_sf_list *sflist, int *notep, int vel,