linux/sound/arm
Uwe Kleine-König e8f18ae558 ALSA: fix section for sa11xx-uda1341 platform driver
Don't use __init but __devinit to define probe function.  A pointer to
sa11xx_uda1341_probe is passed to the core via platform_driver_register
and so the function must not disappear after the module is loaded.  Using
__init and having HOTPLUG=y and SND_SA11XX_UDA1341=m the following
probably oopses:

	echo -n sa11xx_uda1341.1 > /sys/bus/platform/driver/sa11xx_uda1341/unbind
	echo -n sa11xx_uda1341.1 > /sys/bus/platform/driver/sa11xx_uda1341/bind

Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Cc: Russell King <rmk+kernel@arm.linux.org.uk>
Cc: Brian Avery <b.avery@hp.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2008-09-09 18:51:56 +02:00
..
Kconfig sound: Convert to menuconfig 2008-05-27 15:56:20 +02:00
Makefile [PATCH] Fix sound/arm/Makefile for locality of reference 2005-09-07 16:57:22 -07:00
aaci.c ALSA: aaci - Fix NULL test at error path 2008-09-04 10:33:53 +02:00
aaci.h Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm 2007-02-19 13:18:39 -08:00
devdma.c [ALSA] Remove sound/driver.h 2008-01-31 17:29:48 +01:00
devdma.h [ALSA] Remove xxx_t typedefs: ARM AACI 2006-01-03 12:20:01 +01:00
pxa2xx-ac97.c [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach 2008-08-07 09:55:48 +01:00
pxa2xx-pcm.c [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach 2008-08-07 09:55:48 +01:00
pxa2xx-pcm.h [ALSA] Remove xxx_t typedefs: ARM PXA2xx 2006-01-03 12:20:03 +01:00
sa11xx-uda1341.c ALSA: fix section for sa11xx-uda1341 platform driver 2008-09-09 18:51:56 +02:00