Searched refs:snd_soundfont (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/synth/emux/ |
H A D | soundfont.c | 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); 42 static int remove_info(struct snd_sf_list *sflist, struct snd_soundfont *sf, 46 static struct snd_sf_sample *set_sample(struct snd_soundfont *sf, 48 static struct snd_sf_sample *find_sample(struct snd_soundfont *s [all...] |
/kernel/linux/linux-6.6/sound/synth/emux/ |
H A D | soundfont.c | 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); 42 static int remove_info(struct snd_sf_list *sflist, struct snd_soundfont *sf, 46 static struct snd_sf_sample *set_sample(struct snd_soundfont *sf, 48 static struct snd_sf_sample *find_sample(struct snd_soundfont *s [all...] |
/kernel/linux/linux-5.10/include/sound/ |
H A D | soundfont.h | 44 struct snd_soundfont { struct 45 struct snd_soundfont *next; /* Link to next */ 46 /*struct snd_soundfont *prev;*/ /* Link to previous */ 71 struct snd_soundfont *currsf; /* The currently open soundfont */ 75 struct snd_soundfont *fonts; /* The list of soundfonts */
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | soundfont.h | 44 struct snd_soundfont { struct 45 struct snd_soundfont *next; /* Link to next */ 46 /*struct snd_soundfont *prev;*/ /* Link to previous */ 71 struct snd_soundfont *currsf; /* The currently open soundfont */ 75 struct snd_soundfont *fonts; /* The list of soundfonts */
|
Completed in 3 milliseconds