Lines Matching refs:notep
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,
1238 nvoices = search_zones(sflist, notep, vel, preset, bank,
1242 nvoices = search_zones(sflist, notep, vel,
1274 search_zones(struct snd_sf_list *sflist, int *notep, int vel,
1281 zp = search_first_zone(sflist, bank, preset, *notep);
1284 if (*notep >= zp->v.low && *notep <= zp->v.high &&
1295 key = *notep;
1300 *notep = key;