]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit577a633355db602b9e0ee440f887bf9f5d56a4f4
treebcb7899519e35b094ab1f89d3c929ae4f8935c00
parent448c9950c4710ca93ce021a83815a7df63ea9e23
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]