Changeset 777 for GPL/trunk/alsa-kernel/include/sound/soundfont.h
- Timestamp:
- Apr 21, 2025, 7:17:25 PM (4 months ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-exp merged: 766-767,770-771,773-774
- Property svn:mergeinfo changed
-
GPL/trunk/alsa-kernel/include/sound/soundfont.h
r772 r777 87 87 88 88 /* Prototypes for soundfont.c */ 89 int snd_soundfont_load(struct snd_sf_list *sflist, const void __user *data, 90 long count, int client); 91 int snd_soundfont_load_guspatch(struct snd_sf_list *sflist, const char __user *data, 89 int snd_soundfont_load(struct snd_card *card, 90 struct snd_sf_list *sflist, const void __user *data, 92 91 long count, int client); 92 int snd_soundfont_load_guspatch(struct snd_card *card, 93 struct snd_sf_list *sflist, const char __user *data, 94 long count); 93 95 int snd_soundfont_close_check(struct snd_sf_list *sflist, int client); 94 96
Note:
See TracChangeset
for help on using the changeset viewer.