ALSA: usb-audio: Flatten probe and disconnect functions
authorTakashi Iwai <tiwai@suse.de>
Fri, 31 Oct 2014 10:00:23 +0000 (11:00 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 4 Nov 2014 14:09:08 +0000 (15:09 +0100)
commit4c8c3a4fcc021677c9a363b4e77f61dd09dbfd1a
treebc7a5211efe309850d6568c0dd19a689ec9dafdb
parent2603fe21b764eb7412598c8c6cd6199fb8b1d9c5
ALSA: usb-audio: Flatten probe and disconnect functions

The usb-audio probe and disconnect functions have been split just for
adapting the (new!) API at 2.5 kernel time.  We left them until now,
partly because we wanted to build with the pretty old kernels in the
external alsa-driver tree.  But the support of such old kernels has
been longly stopped, so it's good time to clean up this mess.

One good point by this cleanup is that now the probe function returns
a proper error code instead of only -EIO.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/card.c