Home
last modified time | relevance | path

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

/linux/sound/synth/emux/
H A Dsoundfont.c26 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);
[all …]
/linux/include/sound/
H A Dsoundfont.h44 struct snd_soundfont { struct
45 struct snd_soundfont *next; /* Link to next */ argument
71 struct snd_soundfont *currsf; /* The currently open soundfont */ argument
75 struct snd_soundfont *fonts; /* The list of soundfonts */