aboutsummaryrefslogtreecommitdiff
path: root/sound/usb/6fire/comm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/usb/6fire/comm.h')
-rw-r--r--sound/usb/6fire/comm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/6fire/comm.h b/sound/usb/6fire/comm.h
index 6a0840b0dcf..780d5ed8e5d 100644
--- a/sound/usb/6fire/comm.h
+++ b/sound/usb/6fire/comm.h
@@ -24,7 +24,7 @@ struct comm_runtime {
struct sfire_chip *chip;
struct urb receiver;
- u8 receiver_buffer[COMM_RECEIVER_BUFSIZE];
+ u8 *receiver_buffer;
u8 serial; /* urb serial */