]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: snd-usb: switch over to new endpoint streaming logic
authorDaniel Mack <zonque@gmail.com>
Thu, 12 Apr 2012 11:51:12 +0000 (13:51 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 13 Apr 2012 08:24:08 +0000 (10:24 +0200)
commita8c89c26fc9ab22ecbac0c1160e62e963f9ed2fc
tree57aab87190179ba8995d05a93c3ece3a91f870ae
parent88c9aa410831e39e64c9c20d8513660d741dd1cc
ALSA: snd-usb: switch over to new endpoint streaming logic

With the previous commit that added the new streaming model, all
endpoint and streaming related code is now in endpoint.c, and pcm.c
only acts as a wrapper for handling the packet's payload.

Signed-off-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/card.c
sound/usb/card.h
sound/usb/endpoint.c
sound/usb/endpoint.h
sound/usb/pcm.c
sound/usb/stream.c