Searched refs:snd_soundfont (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/sound/synth/emux/ |
D | soundfont.c | 38 static struct snd_soundfont *newsf(struct snd_sf_list *sflist, int type, char *name); 39 static int is_identical_font(struct snd_soundfont *sf, int type, unsigned char *name); 43 struct snd_soundfont *sf, struct snd_sf_zone *zp); 45 struct snd_soundfont *sf); 47 struct snd_soundfont *sf, struct snd_sf_sample *sp); 49 struct snd_soundfont *sf); 51 struct snd_soundfont *sf, struct snd_sf_sample *sp); 54 static int remove_info(struct snd_sf_list *sflist, struct snd_soundfont *sf, 58 static struct snd_sf_sample *set_sample(struct snd_soundfont *sf, 60 static struct snd_sf_sample *find_sample(struct snd_soundfont *sf, int sample_id); [all …]
|
/linux-2.6.39/include/sound/ |
D | soundfont.h | 57 struct snd_soundfont { struct 58 struct snd_soundfont *next; /* Link to next */ argument 84 struct snd_soundfont *currsf; /* The currently open soundfont */ argument 88 struct snd_soundfont *fonts; /* The list of soundfonts */
|