commit | ccc1696d527d64deb417bfa1ef9e479d10ad4f6b | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Nov 21 08:22:52 2012 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Nov 21 11:43:54 2012 +0100 |
tree | d28dcb5241cec632d0ff0d8d2fb79528c658f155 | |
parent | a9bb36261ef5c7e25564d5ce8a5129920a29bff9 [diff] |
ALSA: usb-audio: simplify endpoint deactivation code For further code simplification, drop the conditional call for usb_kill_urb() with can_wait argument in deactivate_urbs(), and use only usb_unlink_urb() and wait_clear_urbs() pairs. Signed-off-by: Takashi Iwai <tiwai@suse.de>