X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fsound%2Finfo.h;h=9e33b58b8cced3f8fe6acfa739f360afd7883e53;hb=9213980e6a70d8473e0ffd4b39ab5b6caaba9ff5;hp=57ba588d04a5a9109f2652627531f62d053d5fe4;hpb=c449269f45c2cdf53af08c8d0af37472f66539d9;p=linux-2.6.git diff --git a/include/sound/info.h b/include/sound/info.h index 57ba588d0..9e33b58b8 100644 --- a/include/sound/info.h +++ b/include/sound/info.h @@ -54,9 +54,9 @@ struct snd_info_entry_ops { int (*release) (snd_info_entry_t * entry, unsigned short mode, void *file_private_data); long (*read) (snd_info_entry_t *entry, void *file_private_data, - struct file * file, char *buf, long count); + struct file * file, char __user *buf, long count); long (*write) (snd_info_entry_t *entry, void *file_private_data, - struct file * file, const char *buf, long count); + struct file * file, const char __user *buf, long count); long long (*llseek) (snd_info_entry_t *entry, void *file_private_data, struct file * file, long long offset, int orig); unsigned int (*poll) (snd_info_entry_t *entry, void *file_private_data,