commit | 9b7c552bba88748001574925b80ba520691b0e4d | [log] [tgz] |
---|---|---|
author | Eldad Zack <eldad@fogrefinery.com> | Sun Oct 06 22:31:10 2013 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Oct 07 11:00:03 2013 +0200 |
tree | 610ac181a22234650ffe02b245a1d45bba48c2b8 | |
parent | 239b9f7990873d851335ed23fa091ce1484a5bcc [diff] |
ALSA: usb-audio: void return type of snd_usb_endpoint_deactivate() The return value of snd_usb_endpoint_deactivate() is not used, make the function have no return value. Update the documentation to reflect what the function is actually doing. Signed-off-by: Eldad Zack <eldad@fogrefinery.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>