Lines Matching refs:snd_soundfont
39 static struct snd_soundfont *newsf(struct snd_sf_list *sflist, int type, char *name);
40 static int is_identical_font(struct snd_soundfont *sf, int type, unsigned char *name);
44 struct snd_soundfont *sf, struct snd_sf_zone *zp);
46 struct snd_soundfont *sf);
48 struct snd_soundfont *sf, struct snd_sf_sample *sp);
50 struct snd_soundfont *sf);
52 struct snd_soundfont *sf, struct snd_sf_sample *sp);
55 static int remove_info(struct snd_sf_list *sflist, struct snd_soundfont *sf,
59 static struct snd_sf_sample *set_sample(struct snd_soundfont *sf,
61 static struct snd_sf_sample *find_sample(struct snd_soundfont *sf, int sample_id);
236 struct snd_soundfont *sf; in open_patch()
269 static struct snd_soundfont *
272 struct snd_soundfont *sf; in newsf()
305 is_identical_font(struct snd_soundfont *sf, int type, unsigned char *name) in is_identical_font()
349 set_zone_counter(struct snd_sf_list *sflist, struct snd_soundfont *sf, in set_zone_counter()
361 sf_zone_new(struct snd_sf_list *sflist, struct snd_soundfont *sf) in sf_zone_new()
381 set_sample_counter(struct snd_sf_list *sflist, struct snd_soundfont *sf, in set_sample_counter()
393 sf_sample_new(struct snd_sf_list *sflist, struct snd_soundfont *sf) in sf_sample_new()
412 sf_sample_delete(struct snd_sf_list *sflist, struct snd_soundfont *sf, in sf_sample_delete()
428 struct snd_soundfont *sf; in load_map()
490 remove_info(struct snd_sf_list *sflist, struct snd_soundfont *sf, in remove_info()
524 struct snd_soundfont *sf; in load_info()
660 set_sample(struct snd_soundfont *sf, struct soundfont_voice_info *avp) in set_sample()
686 find_sample(struct snd_soundfont *sf, int sample_id) in find_sample()
710 struct snd_soundfont *sf; in load_data()
953 struct snd_soundfont *sf; in load_guspatch()
1148 struct snd_soundfont *sf; in rebuild_presets()
1368 struct snd_soundfont *sf, *nextsf; in snd_sf_clear()
1456 struct snd_soundfont *sf; in snd_soundfont_remove_unlocked()