summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
authorRicardo Cerqueira <devnull@localhost>2005-12-21 22:47:35 +0000
committerRicardo Cerqueira <devnull@localhost>2005-12-21 22:47:35 +0000
commit4f42d6cfd51e4cab7cc810d2b7ae00ee58382b09 (patch)
tree799d7f30a53d20b836b07878cb791a3cb1020a45 /v4l
parent66c8f19be7ed8c5cb6152ac7ef987fd3d863ec30 (diff)
downloadmediapointer-dvb-s2-4f42d6cfd51e4cab7cc810d2b7ae00ee58382b09.tar.gz
mediapointer-dvb-s2-4f42d6cfd51e4cab7cc810d2b7ae00ee58382b09.tar.bz2
Changes saa7134 DMA sound modules to late_initcall() to prevent oops
From: Ricardo Cerqueira <v4l@cerqueira.org> 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:
Diffstat (limited to 'v4l')
-rw-r--r--v4l/ChangeLog10
1 files changed, 10 insertions, 0 deletions
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 <v4l@cerqueira.org>
+
2005-12-21 05:57 mkrufky
* v4l/insmod.sh: