Lines Matching refs:snd_soundfont
26 static struct snd_soundfont *newsf(struct snd_sf_list *sflist, int type, char *name);
27 static int is_identical_font(struct snd_soundfont *sf, int type, unsigned char *name);
31 struct snd_soundfont *sf, struct snd_sf_zone *zp);
33 struct snd_soundfont *sf);
35 struct snd_soundfont *sf, struct snd_sf_sample *sp);
37 struct snd_soundfont *sf);
39 struct snd_soundfont *sf, struct snd_sf_sample *sp);
42 static int remove_info(struct snd_sf_list *sflist, struct snd_soundfont *sf,
46 static struct snd_sf_sample *set_sample(struct snd_soundfont *sf,
48 static struct snd_sf_sample *find_sample(struct snd_soundfont *sf, int sample_id);
223 struct snd_soundfont *sf; in open_patch()
256 static struct snd_soundfont *
259 struct snd_soundfont *sf; in newsf()
292 is_identical_font(struct snd_soundfont *sf, int type, unsigned char *name) in is_identical_font()
336 set_zone_counter(struct snd_sf_list *sflist, struct snd_soundfont *sf, in set_zone_counter()
348 sf_zone_new(struct snd_sf_list *sflist, struct snd_soundfont *sf) in sf_zone_new()
368 set_sample_counter(struct snd_sf_list *sflist, struct snd_soundfont *sf, in set_sample_counter()
380 sf_sample_new(struct snd_sf_list *sflist, struct snd_soundfont *sf) in sf_sample_new()
399 sf_sample_delete(struct snd_sf_list *sflist, struct snd_soundfont *sf, in sf_sample_delete()
415 struct snd_soundfont *sf; in load_map()
477 remove_info(struct snd_sf_list *sflist, struct snd_soundfont *sf, in remove_info()
511 struct snd_soundfont *sf; in load_info()
647 set_sample(struct snd_soundfont *sf, struct soundfont_voice_info *avp) in set_sample()
673 find_sample(struct snd_soundfont *sf, int sample_id) in find_sample()
697 struct snd_soundfont *sf; in load_data()
942 struct snd_soundfont *sf; in load_guspatch()
1137 struct snd_soundfont *sf; in rebuild_presets()
1357 struct snd_soundfont *sf, *nextsf; in snd_sf_clear()
1445 struct snd_soundfont *sf; in snd_soundfont_remove_unlocked()