Home
last modified time | relevance | path

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

/linux-5.19.10/sound/synth/emux/
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);
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 *sf, int sample_id);
[all …]
/linux-5.19.10/include/sound/
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 */