Home
last modified time | relevance | path

Searched refs:snd_sf_list (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/sound/
Dsoundfont.h83 struct snd_sf_list { struct
102 int snd_soundfont_load(struct snd_sf_list *sflist, const void __user *data, argument
104 int snd_soundfont_load_guspatch(struct snd_sf_list *sflist, const char __user *data,
106 int snd_soundfont_close_check(struct snd_sf_list *sflist, int client);
108 struct snd_sf_list *snd_sf_new(struct snd_sf_callback *callback,
110 void snd_sf_free(struct snd_sf_list *sflist);
112 int snd_soundfont_remove_samples(struct snd_sf_list *sflist);
113 int snd_soundfont_remove_unlocked(struct snd_sf_list *sflist);
115 int snd_soundfont_search_zone(struct snd_sf_list *sflist, int *notep, int vel,
Demux_synth.h110 struct snd_sf_list *sflist; /* root of SoundFont list */
/Linux-v4.19/sound/synth/emux/
Dsoundfont.c37 static int open_patch(struct snd_sf_list *sflist, const char __user *data,
39 static struct snd_soundfont *newsf(struct snd_sf_list *sflist, int type, char *name);
41 static int close_patch(struct snd_sf_list *sflist);
42 static int probe_data(struct snd_sf_list *sflist, int sample_id);
43 static void set_zone_counter(struct snd_sf_list *sflist,
45 static struct snd_sf_zone *sf_zone_new(struct snd_sf_list *sflist,
47 static void set_sample_counter(struct snd_sf_list *sflist,
49 static struct snd_sf_sample *sf_sample_new(struct snd_sf_list *sflist,
51 static void sf_sample_delete(struct snd_sf_list *sflist,
53 static int load_map(struct snd_sf_list *sflist, const void __user *data, int count);
[all …]