Initialize drivers/media/video/saa7134 late
authorLinus Torvalds <torvalds@g5.osdl.org>
Wed, 21 Dec 2005 22:52:32 +0000 (14:52 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 21 Dec 2005 22:52:32 +0000 (14:52 -0800)
commitc7ac6b42ffba28c350cbcd48268f46689f6eb1cc
tree51520d34b0fa957a80eb645f6f56bc561ec3d233
parent5a9191ff683ce4ebfd2c6a15e2989f5b1f420321
Initialize drivers/media/video/saa7134 late

When compiled-in, make sure the sound system has initialized
before these drivers do.

Reported by Adrian Bunk <bunk@stusta.de>

(The right fix would be to make the sound core use "subsys_initcall()"
and thus initialize before all normal drivers, but this is the quick
and limited safe fix for 2.6.15).

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/media/video/saa7134/saa7134-alsa.c
drivers/media/video/saa7134/saa7134-oss.c