1
0
Fork 0
alistair23-linux/sound/ppc
Uwe Kleine-König 7d2ac1036b ALSA: move snd_powermac's probe function to .devinit.text
A pointer to snd_pmac_probe is passed to the core via
platform_driver_register and so the function must not disappear when the
.init sections are discarded.  Otherwise (when having HOTPLUG=y)
unbinding and binding a device to the driver via sysfs will result in an
oops as does a device being registered late.

An alternative to this patch is using platform_driver_probe instead of
platform_driver_register plus removing the pointer to the probe function
from the struct platform_driver.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Cc: Jaroslav Kysela <perex@perex.cz>
Cc: Johannes Berg <johannes@sipsolutions.net>
Cc: Rene Herman <rene.herman@keyaccess.nl>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-04-06 03:52:57 +02:00
..
Kconfig ALSA: Add vmaster controls for Pmac 5500, iMac G3 SL, and PBook G3 Lombard 2009-03-09 14:58:26 +01:00
Makefile [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz 2007-10-16 16:51:18 +02:00
awacs.c ALSA: Add vmaster controls for Pmac 5500, iMac G3 SL, and PBook G3 Lombard 2009-03-09 14:58:26 +01:00
awacs.h [ALSA] snd-powermac: style awacs.s and awacs.h 2008-04-24 12:00:38 +02:00
beep.c ALSA: Kill snd_assert() in other places 2008-08-13 11:46:40 +02:00
burgundy.c ALSA: snd-powermac: timeout reaches -1 2009-03-09 14:58:37 +01:00
burgundy.h [ALSA] snd-powermac: Burgundy mixers for B&W and iMac 2008-04-24 12:00:38 +02:00
daca.c ALSA: powermac - Add missing KERN_* prefix to printk 2009-03-09 14:58:31 +01:00
keywest.c [ALSA] Remove sound/driver.h 2008-01-31 17:29:48 +01:00
pmac.c ALSA: powermac - Add missing KERN_* prefix to printk 2009-03-09 14:58:31 +01:00
pmac.h [ALSA] Clean up with common snd_ctl_boolean_*_info callbacks 2007-10-16 15:57:45 +02:00
powermac.c ALSA: move snd_powermac's probe function to .devinit.text 2009-04-06 03:52:57 +02:00
snd_ps3.c Merge branch 'topic/snd_card_new-err' into for-linus 2009-03-24 00:35:35 +01:00
snd_ps3.h ALSA: ps3: Add support for SPDIF/HDMI passthru 2008-10-20 08:06:39 +02:00
snd_ps3_reg.h [ALSA] Add PS3 sound driver 2007-07-20 11:11:40 +02:00
tumbler.c ALSA: powermac - Add missing KERN_* prefix to printk 2009-03-09 14:58:31 +01:00
tumbler_volume.h