[ALSA] usb-audio: don't call usb_reset_configuration() when probing
commitf0597a416dc44e3afe25090e9af9d42bad62547d
authorClemens Ladisch <clemens@ladisch.de>
Mon, 17 Oct 2005 15:15:46 +0000 (17 17:15 +0200)
committerJaroslav Kysela <perex@suse.cz>
Fri, 4 Nov 2005 12:18:58 +0000 (4 13:18 +0100)
tree350c00303992440c31524109951e2fbb73b90183
parent00f226d400d3a5868c4d798bb80491e22dd5b810
[ALSA] usb-audio: don't call usb_reset_configuration() when probing

Modules: USB generic driver

Remove the usb_reset_configuration() call from the probe callback
because it isn't needed and it may interfere with other drivers
already loaded for the device.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
sound/usb/usbaudio.c