Lines Matching refs:snd_sf_list
37 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);
54 static int load_info(struct snd_sf_list *sflist, const void __user *data, long count);
55 static int remove_info(struct snd_sf_list *sflist, struct snd_soundfont *sf,
62 static int load_data(struct snd_sf_list *sflist, const void __user *data, long count);
63 static void rebuild_presets(struct snd_sf_list *sflist);
64 static void add_preset(struct snd_sf_list *sflist, struct snd_sf_zone *cur);
65 static void delete_preset(struct snd_sf_list *sflist, struct snd_sf_zone *zp);
66 static struct snd_sf_zone *search_first_zone(struct snd_sf_list *sflist,
68 static int search_zones(struct snd_sf_list *sflist, int *notep, int vel,
72 static void snd_sf_init(struct snd_sf_list *sflist);
73 static void snd_sf_clear(struct snd_sf_list *sflist);
79 lock_preset(struct snd_sf_list *sflist) in lock_preset()
93 unlock_preset(struct snd_sf_list *sflist) in unlock_preset()
107 snd_soundfont_close_check(struct snd_sf_list *sflist, int client) in snd_soundfont_close_check()
129 snd_soundfont_load(struct snd_sf_list *sflist, const void __user *data, in snd_soundfont_load()
232 open_patch(struct snd_sf_list *sflist, const char __user *data, in open_patch()
270 newsf(struct snd_sf_list *sflist, int type, char *name) in newsf()
317 close_patch(struct snd_sf_list *sflist) in close_patch()
334 probe_data(struct snd_sf_list *sflist, int sample_id) in probe_data()
349 set_zone_counter(struct snd_sf_list *sflist, struct snd_soundfont *sf, in set_zone_counter()
361 sf_zone_new(struct snd_sf_list *sflist, struct snd_soundfont *sf) in sf_zone_new()
381 set_sample_counter(struct snd_sf_list *sflist, struct snd_soundfont *sf, in set_sample_counter()
393 sf_sample_new(struct snd_sf_list *sflist, struct snd_soundfont *sf) in sf_sample_new()
412 sf_sample_delete(struct snd_sf_list *sflist, struct snd_soundfont *sf, in sf_sample_delete()
425 load_map(struct snd_sf_list *sflist, const void __user *data, int count) in load_map()
490 remove_info(struct snd_sf_list *sflist, struct snd_soundfont *sf, in remove_info()
522 load_info(struct snd_sf_list *sflist, const void __user *data, long count) in load_info()
708 load_data(struct snd_sf_list *sflist, const void __user *data, long count) in load_data()
949 load_guspatch(struct snd_sf_list *sflist, const char __user *data, in load_guspatch()
1127 snd_soundfont_load_guspatch(struct snd_sf_list *sflist, const char __user *data, in snd_soundfont_load_guspatch()
1146 rebuild_presets(struct snd_sf_list *sflist) in rebuild_presets()
1174 add_preset(struct snd_sf_list *sflist, struct snd_sf_zone *cur) in add_preset()
1206 delete_preset(struct snd_sf_list *sflist, struct snd_sf_zone *zp) in delete_preset()
1232 snd_soundfont_search_zone(struct snd_sf_list *sflist, int *notep, int vel, in snd_soundfont_search_zone()
1266 search_first_zone(struct snd_sf_list *sflist, int bank, int preset, int key) in search_first_zone()
1285 search_zones(struct snd_sf_list *sflist, int *notep, int vel, in search_zones()
1347 snd_sf_init(struct snd_sf_list *sflist) in snd_sf_init()
1366 snd_sf_clear(struct snd_sf_list *sflist) in snd_sf_clear()
1395 struct snd_sf_list *
1398 struct snd_sf_list *sflist; in snd_sf_new()
1419 snd_sf_free(struct snd_sf_list *sflist) in snd_sf_free()
1438 snd_soundfont_remove_samples(struct snd_sf_list *sflist) in snd_soundfont_remove_samples()
1454 snd_soundfont_remove_unlocked(struct snd_sf_list *sflist) in snd_soundfont_remove_unlocked()