ALSA: snd-usb: re-order code
authorDaniel Mack <zonque@gmail.com>
Mon, 12 Sep 2011 16:54:12 +0000 (18:54 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 14 Sep 2011 15:07:02 +0000 (17:07 +0200)
commite8e8babf561c9560f37b9bd80407ebaf90ad2ca4
treebcb7899519e35b094ab1f89d3c929ae4f8935c00
parent358e2bd4a97780f5522e1666c8188a3a60a0d03c
ALSA: snd-usb: re-order code

Move code from endpoint.c into a new file called stream.c and rename
functions so that their names actually reflect what they're doing.

This way, endpoint.c will be available to functions that hold all the
endpoint logic.

Signed-off-by: Daniel Mack <zonque@gmail.com>
Acked-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/Makefile
sound/usb/card.c
sound/usb/endpoint.c
sound/usb/endpoint.h
sound/usb/quirks.c
sound/usb/stream.c [new file with mode: 0644]
sound/usb/stream.h [new file with mode: 0644]