aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/ivtv/ivtv-driver.c
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2007-07-27 05:56:50 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-10-09 21:03:25 -0400
commitac247433fe205acf460f05de64a30ee71ea307f2 (patch)
treeaae6db81ff1bd88cd7d3e825ad30571dc028d5af /drivers/media/video/ivtv/ivtv-driver.c
parentb4c85248afcc5265ce8c36b9c15e40e6a92b5ae7 (diff)
V4L/DVB (5929): Add vp27smpx driver
This device is internal to the Panasonic VP27S tuner and is used to set the mono/stereo/bilingual setting of the tuner. It is used by two Japanese cx23416-based cards. Signed-off-by: Takahiro Adachi <tadachi@tadachi-net.com> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-driver.c')
-rw-r--r--drivers/media/video/ivtv/ivtv-driver.c4
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