Home
last modified time | relevance | path

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

/linux/sound/synth/emux/
H A Dsoundfont.c56 static int search_zones(struct snd_sf_list *sflist, int *notep, int vel,
1230 snd_soundfont_search_zone(struct snd_sf_list *sflist, int *notep, int vel, in snd_soundfont_search_zone() argument
1244 nvoices = search_zones(sflist, notep, vel, preset, bank, in snd_soundfont_search_zone()
1248 nvoices = search_zones(sflist, notep, vel, in snd_soundfont_search_zone()
1280 search_zones(struct snd_sf_list *sflist, int *notep, int vel, in search_zones() argument
1287 zp = search_first_zone(sflist, bank, preset, *notep); in search_zones()
1290 if (*notep >= zp->v.low && *notep <= zp->v.high && in search_zones()
1301 key = *notep; in search_zones()
1306 *notep = key; in search_zones()