linux/sound/usb
Sam Ravnborg c598195a2d [ALSA] caiaq - fix section mismatch warning
Fix following warning:
WARNING: vmlinux.o(.text+0x11ec01a): Section mismatch in reference from the function setup_card() to the function .devinit.text:snd_usb_caiaq_control_init()

setup_card() are only used by init_card().
init_card() are only used by snd_probe()
snd_probe() are used for the .probe parameter in usb_driver.probe

Annotate them all __devinit to fix the warning.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-02-22 14:20:09 -08:00
..
caiaq [ALSA] caiaq - fix section mismatch warning 2008-02-22 14:20:09 -08:00
usx2y vm audit: add VM_DONTEXPAND to mmap for drivers that need it 2008-02-04 07:55:38 -08:00
Kconfig [ALSA] usb-caiaq - add support for Kore controller 2 2008-01-31 17:29:29 +01:00
Makefile [ALSA] Add Native Instrument usb audio device support 2007-05-11 16:55:53 +02:00
usbaudio.c [ALSA] Remove sound/driver.h 2008-01-31 17:29:48 +01:00
usbaudio.h [ALSA] usb audio suspend support 2008-01-31 17:29:36 +01:00
usbmidi.c [ALSA] race between disconnect and error handling in usbmidi 2008-02-22 14:20:08 -08:00
usbmixer.c [ALSA] Remove sound/driver.h 2008-01-31 17:29:48 +01:00
usbmixer_maps.c [ALSA] usb-audio - SB Live24-External better handling 2008-01-31 17:29:14 +01:00
usbquirks.h [ALSA] usb-audio: add UR-80 PCM quirk 2008-01-31 17:29:43 +01:00