Symbol: snd_soundfont
include/sound/soundfont.h
45
struct snd_soundfont *next; /* Link to next */
include/sound/soundfont.h
71
struct snd_soundfont *currsf; /* The currently open soundfont */
include/sound/soundfont.h
75
struct snd_soundfont *fonts; /* The list of soundfonts */
sound/synth/emux/soundfont.c
1144
struct snd_soundfont *sf;
sound/synth/emux/soundfont.c
1363
struct snd_soundfont *sf, *nextsf;
sound/synth/emux/soundfont.c
1450
struct snd_soundfont *sf;
sound/synth/emux/soundfont.c
188
struct snd_soundfont *sf;
sound/synth/emux/soundfont.c
218
static struct snd_soundfont *
sound/synth/emux/soundfont.c
221
struct snd_soundfont *sf;
sound/synth/emux/soundfont.c
254
is_identical_font(struct snd_soundfont *sf, int type, unsigned char *name)
sound/synth/emux/soundfont.c
26
static struct snd_soundfont *newsf(struct snd_sf_list *sflist, int type, char *name);
sound/synth/emux/soundfont.c
27
static int is_identical_font(struct snd_soundfont *sf, int type, unsigned char *name);
sound/synth/emux/soundfont.c
296
set_zone_counter(struct snd_sf_list *sflist, struct snd_soundfont *sf,
sound/synth/emux/soundfont.c
308
sf_zone_new(struct snd_sf_list *sflist, struct snd_soundfont *sf)
sound/synth/emux/soundfont.c
31
struct snd_soundfont *sf, struct snd_sf_zone *zp);
sound/synth/emux/soundfont.c
329
set_sample_counter(struct snd_sf_list *sflist, struct snd_soundfont *sf,
sound/synth/emux/soundfont.c
33
struct snd_soundfont *sf);
sound/synth/emux/soundfont.c
341
sf_sample_new(struct snd_sf_list *sflist, struct snd_soundfont *sf)
sound/synth/emux/soundfont.c
35
struct snd_soundfont *sf, struct snd_sf_sample *sp);
sound/synth/emux/soundfont.c
361
sf_sample_delete(struct snd_sf_list *sflist, struct snd_soundfont *sf,
sound/synth/emux/soundfont.c
37
struct snd_soundfont *sf);
sound/synth/emux/soundfont.c
377
struct snd_soundfont *sf;
sound/synth/emux/soundfont.c
39
struct snd_soundfont *sf, struct snd_sf_sample *sp);
sound/synth/emux/soundfont.c
43
static int remove_info(struct snd_sf_list *sflist, struct snd_soundfont *sf,
sound/synth/emux/soundfont.c
440
remove_info(struct snd_sf_list *sflist, struct snd_soundfont *sf,
sound/synth/emux/soundfont.c
47
static struct snd_sf_sample *set_sample(struct snd_soundfont *sf,
sound/synth/emux/soundfont.c
475
struct snd_soundfont *sf;
sound/synth/emux/soundfont.c
49
static struct snd_sf_sample *find_sample(struct snd_soundfont *sf, int sample_id);
sound/synth/emux/soundfont.c
612
set_sample(struct snd_soundfont *sf, struct soundfont_voice_info *avp)
sound/synth/emux/soundfont.c
638
find_sample(struct snd_soundfont *sf, int sample_id)
sound/synth/emux/soundfont.c
677
struct snd_soundfont *sf;
sound/synth/emux/soundfont.c
942
struct snd_soundfont *sf;