Ignore:
Timestamp:
Apr 21, 2025, 7:17:25 PM (4 months ago)
Author:
David Azarewicz
Message:

Merge from uniaud32-exp branch

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/alsa-kernel/include/sound/soundfont.h

    r772 r777  
    8787
    8888/* 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,
     89int snd_soundfont_load(struct snd_card *card,
     90                       struct snd_sf_list *sflist, const void __user *data,
    9291                                long count, int client);
     92int snd_soundfont_load_guspatch(struct snd_card *card,
     93                                struct snd_sf_list *sflist, const char __user *data,
     94                                long count);
    9395int snd_soundfont_close_check(struct snd_sf_list *sflist, int client);
    9496
Note: See TracChangeset for help on using the changeset viewer.