find_sample 60 sound/synth/emux/soundfont.c static struct snd_sf_sample *find_sample(struct snd_soundfont *sf, int sample_id); find_sample 336 sound/synth/emux/soundfont.c if (find_sample(sflist->currsf, sample_id)) find_sample 659 sound/synth/emux/soundfont.c sample = find_sample(sf, avp->sample); find_sample 726 sound/synth/emux/soundfont.c if (find_sample(sf, sample_info.sample)) {