From: Adam Goode Date: Tue, 5 Aug 2014 16:44:50 +0000 (-0400) Subject: ALSA: usb-audio: Respond to suspend and resume callbacks for MIDI input X-Git-Tag: omap-for-v3.17/fixes-against-rc2~144^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7881e5e8ef305e62084bf3d31b5b0d827fdf511;p=pandora-kernel.git ALSA: usb-audio: Respond to suspend and resume callbacks for MIDI input sound/usb/card.c registers USB suspend and resume but did not previously kill the input URBs. This means that USB MIDI devices left open across suspend/resume had non-functional input (output still usually worked, but it looks like that is another issue). Before this change, we would get ESHUTDOWN for each of the input URBs at suspend time, killing input. Signed-off-by: Adam Goode Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed