X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=sound%2Fusb%2F6fire%2Fpcm.h;h=f5779d6182c638b02253af7bc9ab73dfed7e1916;hb=788a73967658ff9ccbca6fffd51c213702bfc01d;hp=9b01133ee3fe9c22d3f51557430f011846e5bc8a;hpb=8be0e5c427c18a59ce261c496ae2193cbcbafffd;p=deliverable%2Flinux.git diff --git a/sound/usb/6fire/pcm.h b/sound/usb/6fire/pcm.h index 9b01133ee3fe..f5779d6182c6 100644 --- a/sound/usb/6fire/pcm.h +++ b/sound/usb/6fire/pcm.h @@ -32,7 +32,7 @@ struct pcm_urb { struct urb instance; struct usb_iso_packet_descriptor packets[PCM_N_PACKETS_PER_URB]; /* END DO NOT SEPARATE */ - u8 buffer[PCM_N_PACKETS_PER_URB * PCM_MAX_PACKET_SIZE]; + u8 *buffer; struct pcm_urb *peer; };