commit | 26de5d0a8df0817a58422f6ad43019c47716ce1f | [log] [tgz] |
---|---|---|
author | Eldad Zack <eldad@fogrefinery.com> | Sun Oct 06 22:31:07 2013 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Oct 07 10:52:13 2013 +0200 |
tree | 88dbe768ba5be50cc89f414188d6edf793956e1d | |
parent | 93721039903eab4a3d406e6fb095e2598093bc9c [diff] |
ALSA: usb-audio: remove deactivate_endpoints() The only call site for deactivate_endpoints() at snd_usb_hw_free(). The return value is not checked there, as it is irrelevant if it fails on hw_free. This patch moves the deactivation of the endpoints directly into snd_usb_hw_free(). Signed-off-by: Eldad Zack <eldad@fogrefinery.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>