summaryrefslogtreecommitdiffstats
path: root/sound/usb/pcm.c
diff options
context:
space:
mode:
authorDaniel Mack2011-09-14 12:46:57 +0200
committerTakashi Iwai2011-09-14 17:07:03 +0200
commitc731bc96ad641a5fa3d50a87b474652505507282 (patch)
tree8c08c95bb3a1ab1eccc91a8298d408d8a6de7d64 /sound/usb/pcm.c
parentALSA: snd-usb: re-order code (diff)
downloadkernel-qcow2-linux-c731bc96ad641a5fa3d50a87b474652505507282.tar.gz
kernel-qcow2-linux-c731bc96ad641a5fa3d50a87b474652505507282.tar.xz
kernel-qcow2-linux-c731bc96ad641a5fa3d50a87b474652505507282.zip
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/pcm.c')
-rw-r--r--sound/usb/pcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/pcm.c b/sound/usb/pcm.c
index 0b699ca1957e..b5bc870878db 100644
--- a/sound/usb/pcm.c
+++ b/sound/usb/pcm.c
@@ -28,7 +28,7 @@
#include "card.h"
#include "quirks.h"
#include "debug.h"
-#include "urb.h"
+#include "endpoint.h"
#include "helper.h"
#include "pcm.h"
#include "clock.h"