[alsa-devel] [PATCH 0/4] Cleanups for snd-usb-audio

Daniel Mack zonque at gmail.com
Mon Sep 12 18:54:09 CEST 2011


Hi,

I prepared a subset of my work on the generic USB audio driver that
doesn't actually change any logic but just moves around major chunks
of code. Can we get this merged as preparation for the more intrusive
parts that follow?


Thanks,
Daniel


Daniel Mack (4):
  USB: Add endpoint usage definitions to ch9.h
  ALSA: snd-usb: re-order the Makefile
  ALSA: snd-usb: re-order code
  ALSA: snd-usb: move code from urb.c to endpoint.c

 include/linux/usb/ch9.h |   17 +-
 sound/usb/Makefile      |   12 +-
 sound/usb/card.c        |    4 +-
 sound/usb/endpoint.c    | 1185 +++++++++++++++++++++++++++++++++--------------
 sound/usb/endpoint.h    |   20 +-
 sound/usb/pcm.c         |    2 +-
 sound/usb/quirks.c      |    7 +-
 sound/usb/stream.c      |  452 ++++++++++++++++++
 sound/usb/stream.h      |   12 +
 sound/usb/urb.c         |  941 -------------------------------------
 sound/usb/urb.h         |   21 -
 11 files changed, 1341 insertions(+), 1332 deletions(-)
 create mode 100644 sound/usb/stream.c
 create mode 100644 sound/usb/stream.h
 delete mode 100644 sound/usb/urb.c
 delete mode 100644 sound/usb/urb.h

-- 
1.7.5.4



More information about the Alsa-devel mailing list