summaryrefslogtreecommitdiffstats
path: root/sound/usb/card.c
diff options
context:
space:
mode:
authorDaniel Mack <zonque@gmail.com>2011-09-14 06:46:57 -0400
committerTakashi Iwai <tiwai@suse.de>2011-09-14 11:07:03 -0400
commitc731bc96ad641a5fa3d50a87b474652505507282 (patch)
tree8c08c95bb3a1ab1eccc91a8298d408d8a6de7d64 /sound/usb/card.c
parente8e8babf561c9560f37b9bd80407ebaf90ad2ca4 (diff)
ALSA: snd-usb: move code from urb.c to endpoint.c
No code altered at this point, simply preparing for upcoming refactorizations. Signed-off-by: Daniel Mack <zonque@gmail.com> Acked-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/card.c')
-rw-r--r--sound/usb/card.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/usb/card.c b/sound/usb/card.c
index a3136afb2198..d2a79d166e04 100644
--- a/sound/usb/card.c
+++ b/sound/usb/card.c
@@ -65,7 +65,6 @@
65#include "helper.h" 65#include "helper.h"
66#include "debug.h" 66#include "debug.h"
67#include "pcm.h" 67#include "pcm.h"
68#include "urb.h"
69#include "format.h" 68#include "format.h"
70#include "power.h" 69#include "power.h"
71#include "stream.h" 70#include "stream.h"