Home
last modified time | relevance | path

Searched refs:sample_id (Results 1 – 1 of 1) sorted by relevance

/sound/synth/emux/
Dsoundfont.c29 static int probe_data(struct snd_sf_list *sflist, int sample_id);
48 static struct snd_sf_sample *find_sample(struct snd_soundfont *sf, int sample_id);
321 probe_data(struct snd_sf_list *sflist, int sample_id) in probe_data() argument
326 if (find_sample(sflist->currsf, sample_id)) in probe_data()
677 find_sample(struct snd_soundfont *sf, int sample_id) in find_sample() argument
685 if (p->v.sample == sample_id) in find_sample()
951 int note, sample_id; in load_guspatch() local
970 sample_id = sflist->sample_counter; in load_guspatch()
971 smp->v.sample = sample_id; in load_guspatch()
1030 zone->v.sample = sample_id; /* the last sample */ in load_guspatch()