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);
43 static int remove_info(struct snd_sf_list *sflist, struct snd_soundfont *sf,
47 static struct snd_sf_sample *set_sample(struct snd_soundfont *sf,
49 static struct snd_sf_sample *find_sample(struct snd_soundfont *sf, int sample_id);
225 struct snd_soundfont *sf; in open_patch()
258 static struct snd_soundfont *
261 struct snd_soundfont *sf; in newsf()
294 is_identical_font(struct snd_soundfont *sf, int type, unsigned char *name) in is_identical_font()
338 set_zone_counter(struct snd_sf_list *sflist, struct snd_soundfont *sf, in set_zone_counter()
350 sf_zone_new(struct snd_sf_list *sflist, struct snd_soundfont *sf) in sf_zone_new()
371 set_sample_counter(struct snd_sf_list *sflist, struct snd_soundfont *sf, in set_sample_counter()
383 sf_sample_new(struct snd_sf_list *sflist, struct snd_soundfont *sf) in sf_sample_new()
403 sf_sample_delete(struct snd_sf_list *sflist, struct snd_soundfont *sf, in sf_sample_delete()
419 struct snd_soundfont *sf; in load_map()
482 remove_info(struct snd_sf_list *sflist, struct snd_soundfont *sf, in remove_info()
517 struct snd_soundfont *sf; in load_info()
654 set_sample(struct snd_soundfont *sf, struct soundfont_voice_info *avp) in set_sample()
680 find_sample(struct snd_soundfont *sf, int sample_id) in find_sample()
719 struct snd_soundfont *sf; in load_data()
984 struct snd_soundfont *sf; in load_guspatch()
1189 struct snd_soundfont *sf; in rebuild_presets()
1412 struct snd_soundfont *sf, *nextsf; in snd_sf_clear()
1500 struct snd_soundfont *sf; in snd_soundfont_remove_unlocked()