patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / include / sound / hdsp.h
index 21a9f1c..93e0427 100644 (file)
@@ -76,7 +76,7 @@ struct _snd_hdsp_config_info {
 typedef struct _snd_hdsp_firmware hdsp_firmware_t;
 
 struct _snd_hdsp_firmware {
-       unsigned long *firmware_data;   /* 24413 long words */
+       unsigned long __user *firmware_data;    /* 24413 long words */
 };
 
 #define SNDRV_HDSP_IOCTL_UPLOAD_FIRMWARE _IOW('H', 0x42, hdsp_firmware_t)