notep             102 include/sound/soundfont.h int snd_soundfont_search_zone(struct snd_sf_list *sflist, int *notep, int vel,
notep              27 sound/synth/emux/emux_synth.c 		    int *notep, int vel, struct snd_midi_channel *chan,
notep             890 sound/synth/emux/emux_synth.c 	 int *notep, int vel, struct snd_midi_channel *chan,
notep             906 sound/synth/emux/emux_synth.c 	return snd_soundfont_search_zone(emu->sflist, notep, vel, preset, bank,
notep              55 sound/synth/emux/soundfont.c static int search_zones(struct snd_sf_list *sflist, int *notep, int vel,
notep            1221 sound/synth/emux/soundfont.c snd_soundfont_search_zone(struct snd_sf_list *sflist, int *notep, int vel,
notep            1238 sound/synth/emux/soundfont.c 	nvoices = search_zones(sflist, notep, vel, preset, bank,
notep            1242 sound/synth/emux/soundfont.c 			nvoices = search_zones(sflist, notep, vel,
notep            1274 sound/synth/emux/soundfont.c search_zones(struct snd_sf_list *sflist, int *notep, int vel,
notep            1281 sound/synth/emux/soundfont.c 	zp = search_first_zone(sflist, bank, preset, *notep);
notep            1284 sound/synth/emux/soundfont.c 		if (*notep >= zp->v.low && *notep <= zp->v.high &&
notep            1295 sound/synth/emux/soundfont.c 					key = *notep;
notep            1300 sound/synth/emux/soundfont.c 					*notep = key;