Searched refs:snd_soundfont (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/sound/synth/emux/ |
D | soundfont.c | 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); [all …]
|
/Linux-v4.19/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 */
|