snd_sf_list 97 include/sound/emux_synth.h struct snd_sf_list *sflist; /* root of SoundFont list */ snd_sf_list 89 include/sound/soundfont.h int snd_soundfont_load(struct snd_sf_list *sflist, const void __user *data, snd_sf_list 91 include/sound/soundfont.h int snd_soundfont_load_guspatch(struct snd_sf_list *sflist, const char __user *data, snd_sf_list 93 include/sound/soundfont.h int snd_soundfont_close_check(struct snd_sf_list *sflist, int client); snd_sf_list 95 include/sound/soundfont.h struct snd_sf_list *snd_sf_new(struct snd_sf_callback *callback, snd_sf_list 97 include/sound/soundfont.h void snd_sf_free(struct snd_sf_list *sflist); snd_sf_list 99 include/sound/soundfont.h int snd_soundfont_remove_samples(struct snd_sf_list *sflist); snd_sf_list 100 include/sound/soundfont.h int snd_soundfont_remove_unlocked(struct snd_sf_list *sflist); snd_sf_list 102 include/sound/soundfont.h int snd_soundfont_search_zone(struct snd_sf_list *sflist, int *notep, int vel, snd_sf_list 24 sound/synth/emux/soundfont.c static int open_patch(struct snd_sf_list *sflist, const char __user *data, snd_sf_list 26 sound/synth/emux/soundfont.c static struct snd_soundfont *newsf(struct snd_sf_list *sflist, int type, char *name); snd_sf_list 28 sound/synth/emux/soundfont.c static int close_patch(struct snd_sf_list *sflist); snd_sf_list 29 sound/synth/emux/soundfont.c static int probe_data(struct snd_sf_list *sflist, int sample_id); snd_sf_list 30 sound/synth/emux/soundfont.c static void set_zone_counter(struct snd_sf_list *sflist, snd_sf_list 32 sound/synth/emux/soundfont.c static struct snd_sf_zone *sf_zone_new(struct snd_sf_list *sflist, snd_sf_list 34 sound/synth/emux/soundfont.c static void set_sample_counter(struct snd_sf_list *sflist, snd_sf_list 36 sound/synth/emux/soundfont.c static struct snd_sf_sample *sf_sample_new(struct snd_sf_list *sflist, snd_sf_list 38 sound/synth/emux/soundfont.c static void sf_sample_delete(struct snd_sf_list *sflist, snd_sf_list 40 sound/synth/emux/soundfont.c static int load_map(struct snd_sf_list *sflist, const void __user *data, int count); snd_sf_list 41 sound/synth/emux/soundfont.c static int load_info(struct snd_sf_list *sflist, const void __user *data, long count); snd_sf_list 42 sound/synth/emux/soundfont.c static int remove_info(struct snd_sf_list *sflist, struct snd_soundfont *sf, snd_sf_list 49 sound/synth/emux/soundfont.c static int load_data(struct snd_sf_list *sflist, const void __user *data, long count); snd_sf_list 50 sound/synth/emux/soundfont.c static void rebuild_presets(struct snd_sf_list *sflist); snd_sf_list 51 sound/synth/emux/soundfont.c static void add_preset(struct snd_sf_list *sflist, struct snd_sf_zone *cur); snd_sf_list 52 sound/synth/emux/soundfont.c static void delete_preset(struct snd_sf_list *sflist, struct snd_sf_zone *zp); snd_sf_list 53 sound/synth/emux/soundfont.c static struct snd_sf_zone *search_first_zone(struct snd_sf_list *sflist, snd_sf_list 55 sound/synth/emux/soundfont.c static int search_zones(struct snd_sf_list *sflist, int *notep, int vel, snd_sf_list 59 sound/synth/emux/soundfont.c static void snd_sf_init(struct snd_sf_list *sflist); snd_sf_list 60 sound/synth/emux/soundfont.c static void snd_sf_clear(struct snd_sf_list *sflist); snd_sf_list 66 sound/synth/emux/soundfont.c lock_preset(struct snd_sf_list *sflist) snd_sf_list 80 sound/synth/emux/soundfont.c unlock_preset(struct snd_sf_list *sflist) snd_sf_list 94 sound/synth/emux/soundfont.c snd_soundfont_close_check(struct snd_sf_list *sflist, int client) snd_sf_list 116 sound/synth/emux/soundfont.c snd_soundfont_load(struct snd_sf_list *sflist, const void __user *data, snd_sf_list 219 sound/synth/emux/soundfont.c open_patch(struct snd_sf_list *sflist, const char __user *data, snd_sf_list 257 sound/synth/emux/soundfont.c newsf(struct snd_sf_list *sflist, int type, char *name) snd_sf_list 304 sound/synth/emux/soundfont.c close_patch(struct snd_sf_list *sflist) snd_sf_list 321 sound/synth/emux/soundfont.c probe_data(struct snd_sf_list *sflist, int sample_id) snd_sf_list 336 sound/synth/emux/soundfont.c set_zone_counter(struct snd_sf_list *sflist, struct snd_soundfont *sf, snd_sf_list 348 sound/synth/emux/soundfont.c sf_zone_new(struct snd_sf_list *sflist, struct snd_soundfont *sf) snd_sf_list 368 sound/synth/emux/soundfont.c set_sample_counter(struct snd_sf_list *sflist, struct snd_soundfont *sf, snd_sf_list 380 sound/synth/emux/soundfont.c sf_sample_new(struct snd_sf_list *sflist, struct snd_soundfont *sf) snd_sf_list 399 sound/synth/emux/soundfont.c sf_sample_delete(struct snd_sf_list *sflist, struct snd_soundfont *sf, snd_sf_list 412 sound/synth/emux/soundfont.c load_map(struct snd_sf_list *sflist, const void __user *data, int count) snd_sf_list 477 sound/synth/emux/soundfont.c remove_info(struct snd_sf_list *sflist, struct snd_soundfont *sf, snd_sf_list 509 sound/synth/emux/soundfont.c load_info(struct snd_sf_list *sflist, const void __user *data, long count) snd_sf_list 695 sound/synth/emux/soundfont.c load_data(struct snd_sf_list *sflist, const void __user *data, long count) snd_sf_list 938 sound/synth/emux/soundfont.c load_guspatch(struct snd_sf_list *sflist, const char __user *data, snd_sf_list 1116 sound/synth/emux/soundfont.c snd_soundfont_load_guspatch(struct snd_sf_list *sflist, const char __user *data, snd_sf_list 1135 sound/synth/emux/soundfont.c rebuild_presets(struct snd_sf_list *sflist) snd_sf_list 1163 sound/synth/emux/soundfont.c add_preset(struct snd_sf_list *sflist, struct snd_sf_zone *cur) snd_sf_list 1195 sound/synth/emux/soundfont.c delete_preset(struct snd_sf_list *sflist, struct snd_sf_zone *zp) snd_sf_list 1221 sound/synth/emux/soundfont.c snd_soundfont_search_zone(struct snd_sf_list *sflist, int *notep, int vel, snd_sf_list 1255 sound/synth/emux/soundfont.c search_first_zone(struct snd_sf_list *sflist, int bank, int preset, int key) snd_sf_list 1274 sound/synth/emux/soundfont.c search_zones(struct snd_sf_list *sflist, int *notep, int vel, snd_sf_list 1336 sound/synth/emux/soundfont.c snd_sf_init(struct snd_sf_list *sflist) snd_sf_list 1355 sound/synth/emux/soundfont.c snd_sf_clear(struct snd_sf_list *sflist) snd_sf_list 1384 sound/synth/emux/soundfont.c struct snd_sf_list * snd_sf_list 1387 sound/synth/emux/soundfont.c struct snd_sf_list *sflist; snd_sf_list 1408 sound/synth/emux/soundfont.c snd_sf_free(struct snd_sf_list *sflist) snd_sf_list 1427 sound/synth/emux/soundfont.c snd_soundfont_remove_samples(struct snd_sf_list *sflist) snd_sf_list 1443 sound/synth/emux/soundfont.c snd_soundfont_remove_unlocked(struct snd_sf_list *sflist)