-
由 Clemens Ladisch 提交于
Commit 88a8516a (ALSA: usbaudio: implement USB autosuspend) added autosuspend code to all files making up the snd-usb-audio driver. However, midi.c is part of snd-usb-lib and is also used by other drivers, not all of which support autosuspend. Thus, calls to usb_autopm_get_interface() could fail, and this unexpected error would result in the MIDI output being completely unusable. Make it work by ignoring the error that is expected with drivers that do not support autosuspend. Reported-by: NColin Fletcher <colin.m.fletcher@googlemail.com> Reported-by: NDevin Venable <venable.devin@gmail.com> Reported-by: NDr Nick Bailey <nicholas.bailey@glasgow.ac.uk> Reported-by: NJannis Achstetter <jannis_achstetter@web.de> Reported-by: NRui Nuno Capela <rncbc@rncbc.org> Cc: Oliver Neukum <oliver@neukum.org> Cc: 2.6.39+ <stable@vger.kernel.org> Signed-off-by: NClemens Ladisch <clemens@ladisch.de>
e99ddfde