Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/sound/usb/caiaq
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-audio.c [ALSA] usb/caiaq: decrease period_bytes_min 2008-01-31 17:30:14 +01:00
caiaq-audio.h [ALSA] Add Native Instrument usb audio device support 2007-05-11 16:55:53 +02:00
caiaq-control.c [ALSA] Remove sound/driver.h 2008-01-31 17:29:48 +01:00
caiaq-control.h [ALSA] caiaq - add control API and more input features 2008-01-31 17:29:28 +01:00
caiaq-device.c [ALSA] caiaq - fix section mismatch warning 2008-02-22 14:20:09 -08:00
caiaq-device.h [ALSA] usb-caiaq - add support for Kore controller 2 2008-01-31 17:29:29 +01:00
caiaq-input.c [ALSA] Remove sound/driver.h 2008-01-31 17:29:48 +01:00
caiaq-input.h [ALSA] Add Native Instrument usb audio device support 2007-05-11 16:55:53 +02:00
caiaq-midi.c [ALSA] sound: fix caiaq section mismatches 2008-01-31 17:30:01 +01:00
caiaq-midi.h [ALSA] Add Native Instrument usb audio device support 2007-05-11 16:55:53 +02:00
Makefile [ALSA] caiaq - remove ifdef 2008-01-31 17:29:28 +01:00