At Mon, 12 Sep 2011 18:54:13 +0200, Daniel Mack wrote:
No code altered at this point, simply preparing for upcoming refactorizations.
Signed-off-by: Daniel Mack zonque@gmail.com
sound/usb/Makefile | 3 +- sound/usb/card.c | 1 - sound/usb/endpoint.c | 924 +++++++++++++++++++++++++++++++++++++++++++++++++ sound/usb/endpoint.h | 17 + sound/usb/pcm.c | 2 +- sound/usb/stream.c | 1 - sound/usb/urb.c | 941 -------------------------------------------------- sound/usb/urb.h | 21 -- 8 files changed, 943 insertions(+), 967 deletions(-) delete mode 100644 sound/usb/urb.c delete mode 100644 sound/usb/urb.h
This patch wasn't applied cleanly to my tree. urb.c was rejected. Could you refresh the patches based on the latest sound git tree? git://github.com/tiwai/sound.git
The branch topic/misc should contain the latest status for USB.
thanks,
Takashi