Lines Matching defs:notep
56 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,
1244 nvoices = search_zones(sflist, notep, vel, preset, bank,
1248 nvoices = search_zones(sflist, notep, vel,
1280 search_zones(struct snd_sf_list *sflist, int *notep, int vel,
1287 zp = search_first_zone(sflist, bank, preset, *notep);
1290 if (*notep >= zp->v.low && *notep <= zp->v.high &&
1301 key = *notep;
1306 *notep = key;