diff options
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-driver.c')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-driver.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/video/ivtv/ivtv-driver.c b/drivers/media/video/ivtv/ivtv-driver.c index cf52111a2dcc..f8ef267e56b2 100644 --- a/drivers/media/video/ivtv/ivtv-driver.c +++ b/drivers/media/video/ivtv/ivtv-driver.c | |||
@@ -854,6 +854,10 @@ static void ivtv_load_and_init_modules(struct ivtv *itv) | |||
854 | if (hw & IVTV_HW_MSP34XX) | 854 | if (hw & IVTV_HW_MSP34XX) |
855 | ivtv_request_module(itv, "msp3400"); | 855 | ivtv_request_module(itv, "msp3400"); |
856 | #endif | 856 | #endif |
857 | #ifndef CONFIG_VIDEO_VP27SMPX | ||
858 | if (hw & IVTV_HW_VP27SMPX) | ||
859 | ivtv_request_module(itv, "vp27smpx"); | ||
860 | #endif | ||
857 | if (hw & IVTV_HW_TVAUDIO) | 861 | if (hw & IVTV_HW_TVAUDIO) |
858 | ivtv_request_module(itv, "tvaudio"); | 862 | ivtv_request_module(itv, "tvaudio"); |
859 | #ifndef CONFIG_VIDEO_WM8775 | 863 | #ifndef CONFIG_VIDEO_WM8775 |