Searched refs:snd_sf_list (Results 1 – 3 of 3) sorted by relevance
/linux/include/sound/ |
H A D | soundfont.h | 70 struct snd_sf_list { struct 90 struct snd_sf_list *sflist, const void __user *data, argument 93 struct snd_sf_list *sflist, const char __user *data, 95 int snd_soundfont_close_check(struct snd_sf_list *sflist, int client); 97 struct snd_sf_list *snd_sf_new(struct snd_sf_callback *callback, 99 void snd_sf_free(struct snd_sf_list *sflist); 101 int snd_soundfont_remove_samples(struct snd_sf_list *sflist); 102 int snd_soundfont_remove_unlocked(struct snd_sf_list *sflist); 104 int snd_soundfont_search_zone(struct snd_sf_list *sflist, int *notep, int vel,
|
H A D | emux_synth.h | 97 struct snd_sf_list *sflist; /* root of SoundFont list */
|
/linux/sound/synth/emux/ |
H A 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 …]
|