From 4f42d6cfd51e4cab7cc810d2b7ae00ee58382b09 Mon Sep 17 00:00:00 2001 From: Ricardo Cerqueira Date: Wed, 21 Dec 2005 22:47:35 +0000 Subject: Changes saa7134 DMA sound modules to late_initcall() to prevent oops From: Ricardo Cerqueira Replaced module_init() with late_initcall() so sound core can be loaded before these modules, to prevent an oops when booting with them statically compiled into the kernel. Signed-off-by: --- v4l/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'v4l') diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 18ca4b29c..7a75fb0e8 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,13 @@ +2005-12-21 22:43 rmcc + + * linux/drivers/media/video/saa7134/saa7134-alsa.c: + * linux/drivers/media/video/saa7134/saa7134-oss.c: + + - Changed saa7134 DMA sound modules to late_initcall() to + prevent oops-on-boot in static kernels. + + Signed-off-by: Ricardo Cerqueira + 2005-12-21 05:57 mkrufky * v4l/insmod.sh: -- cgit v1.2.3