]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - sound/usb/line6/driver.h
ALSA: line6: fixup of line6_start_timer argument type
[karo-tx-linux.git] / sound / usb / line6 / driver.h
index fa877a3458608d9e183cb151a40b656a93963dd4..2276b78f35629545504fffcaf400c06a0392c782 100644 (file)
@@ -159,7 +159,7 @@ extern int line6_send_sysex_message(struct usb_line6 *line6,
                                    const char *buffer, int size);
 extern ssize_t line6_set_raw(struct device *dev, struct device_attribute *attr,
                             const char *buf, size_t count);
-extern void line6_start_timer(struct timer_list *timer, unsigned int msecs,
+extern void line6_start_timer(struct timer_list *timer, unsigned long msecs,
                              void (*function)(unsigned long),
                              unsigned long data);
 extern int line6_version_request_async(struct usb_line6 *line6);