X-Git-Url: http://git.onelab.eu/?p=linux-2.6.git;a=blobdiff_plain;f=sound%2Fsynth%2Femux%2Fsoundfont.c;h=8db2e2db5ff1bdb6c230b52dc5c80174c85f9713;hp=a536d9f0505b5e582fb96769106774abfac0db5b;hb=9213980e6a70d8473e0ffd4b39ab5b6caaba9ff5;hpb=c449269f45c2cdf53af08c8d0af37472f66539d9 diff --git a/sound/synth/emux/soundfont.c b/sound/synth/emux/soundfont.c index a536d9f05..8db2e2db5 100644 --- a/sound/synth/emux/soundfont.c +++ b/sound/synth/emux/soundfont.c @@ -34,7 +34,7 @@ /* Prototypes for static functions */ -static int open_patch(snd_sf_list_t *sflist, const char *data, int count, int client); +static int open_patch(snd_sf_list_t *sflist, const char __user *data, int count, int client); static snd_soundfont_t *newsf(snd_sf_list_t *sflist, int type, char *name); static int is_identical_font(snd_soundfont_t *sf, int type, unsigned char *name); static int close_patch(snd_sf_list_t *sflist);