Lines Matching refs:notep
55 static int search_zones(struct snd_sf_list *sflist, int *notep, int vel,
1231 snd_soundfont_search_zone(struct snd_sf_list *sflist, int *notep, int vel,
1248 nvoices = search_zones(sflist, notep, vel, preset, bank,
1252 nvoices = search_zones(sflist, notep, vel,
1285 search_zones(struct snd_sf_list *sflist, int *notep, int vel,
1292 zp = search_first_zone(sflist, bank, preset, *notep);
1295 if (*notep >= zp->v.low && *notep <= zp->v.high &&
1306 key = *notep;
1311 *notep = key;