OSDN Git Service

ALSA: usb-audio: test EP_FLAG_RUNNING at urb completion
authorIoan-Adrian Ratiu <adi@adirat.com>
Wed, 4 Jan 2017 22:37:47 +0000 (00:37 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 5 Jan 2017 06:35:17 +0000 (07:35 +0100)
commit13a6c8328e6056932dc680e447d4c5e8ad9add17
tree1678baeaa0a21ef8ecc188c84533276165fb82bd
parent1d0f953086f090a022f2c0e1448300c15372db46
ALSA: usb-audio: test EP_FLAG_RUNNING at urb completion

Testing EP_FLAG_RUNNING in snd_complete_urb() before running the completion
logic allows us to save a few cpu cycles by returning early, skipping the
pending urb in case the stream was stopped; the stop logic handles the urb
and sets the completion callbacks to NULL.

Signed-off-by: Ioan-Adrian Ratiu <adi@adirat.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/endpoint.c