dect
/
linux-2.6
Archived
13
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/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
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
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
pmac.c ALSA: powermac - Add missing KERN_* prefix to printk 2009-03-09 14:58:31 +01:00
pmac.h
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
tumbler.c ALSA: powermac - Add missing KERN_* prefix to printk 2009-03-09 14:58:31 +01:00
tumbler_volume.h