Skip to content

Commit

Permalink
ALSA: snd-usb: move code from urb.c to endpoint.c
Browse files Browse the repository at this point in the history
No code altered at this point, simply preparing for upcoming
refactorizations.

Signed-off-by: Daniel Mack <[email protected]>
Acked-by: Clemens Ladisch <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
zonque authored and tiwai committed Sep 14, 2011
1 parent e8e8bab commit c731bc9
Show file tree
Hide file tree
Showing 8 changed files with 967 additions and 991 deletions.
3 changes: 1 addition & 2 deletions sound/usb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ snd-usb-audio-objs := card.o \
pcm.o \
proc.o \
quirks.o \
stream.o \
urb.o
stream.o

snd-usbmidi-lib-objs := midi.o

Expand Down
1 change: 0 additions & 1 deletion sound/usb/card.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
#include "helper.h"
#include "debug.h"
#include "pcm.h"
#include "urb.h"
#include "format.h"
#include "power.h"
#include "stream.h"
Expand Down
Loading

0 comments on commit c731bc9

Please sign in to comment.