Searched refs:snd_sf_list (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/include/sound/ |
D | soundfont.h | 70 struct snd_sf_list { struct 89 int snd_soundfont_load(struct snd_sf_list *sflist, const void __user *data, argument 91 int snd_soundfont_load_guspatch(struct snd_sf_list *sflist, const char __user *data, 93 int snd_soundfont_close_check(struct snd_sf_list *sflist, int client); 95 struct snd_sf_list *snd_sf_new(struct snd_sf_callback *callback, 97 void snd_sf_free(struct snd_sf_list *sflist); 99 int snd_soundfont_remove_samples(struct snd_sf_list *sflist); 100 int snd_soundfont_remove_unlocked(struct snd_sf_list *sflist); 102 int snd_soundfont_search_zone(struct snd_sf_list *sflist, int *notep, int vel,
|
D | emux_synth.h | 97 struct snd_sf_list *sflist; /* root of SoundFont list */
|
/linux-5.19.10/sound/synth/emux/ |
D | soundfont.c | 24 static int open_patch(struct snd_sf_list *sflist, const char __user *data, 26 static struct snd_soundfont *newsf(struct snd_sf_list *sflist, int type, char *name); 28 static int close_patch(struct snd_sf_list *sflist); 29 static int probe_data(struct snd_sf_list *sflist, int sample_id); 30 static void set_zone_counter(struct snd_sf_list *sflist, 32 static struct snd_sf_zone *sf_zone_new(struct snd_sf_list *sflist, 34 static void set_sample_counter(struct snd_sf_list *sflist, 36 static struct snd_sf_sample *sf_sample_new(struct snd_sf_list *sflist, 38 static void sf_sample_delete(struct snd_sf_list *sflist, 40 static int load_map(struct snd_sf_list *sflist, const void __user *data, int count); [all …]
|