diff options
author | Mike Isely <isely@pobox.com> | 2009-03-06 22:43:26 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:35 -0400 |
commit | 6f9565120f5c2944b3d31daf03a07c272e12867b (patch) | |
tree | adc35c22d3d52fa99ff848fcbf8cea7828cb61db /drivers/media/video/pvrusb2/pvrusb2-hdw.c | |
parent | 5f6dae802c0f6a943c2c873c203642d1d3c2fc3f (diff) |
V4L/DVB (11177): pvrusb2: Tie in saa7115 sub-device handling
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-hdw.c')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-hdw.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.c b/drivers/media/video/pvrusb2/pvrusb2-hdw.c index 3a93860310ed..e92ea6af8bc0 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-hdw.c +++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.c | |||
@@ -37,6 +37,7 @@ | |||
37 | #include "pvrusb2-debug.h" | 37 | #include "pvrusb2-debug.h" |
38 | #include "pvrusb2-fx2-cmd.h" | 38 | #include "pvrusb2-fx2-cmd.h" |
39 | #include "pvrusb2-wm8775.h" | 39 | #include "pvrusb2-wm8775.h" |
40 | #include "pvrusb2-video-v4l.h" | ||
40 | 41 | ||
41 | #define TV_MIN_FREQ 55250000L | 42 | #define TV_MIN_FREQ 55250000L |
42 | #define TV_MAX_FREQ 850000000L | 43 | #define TV_MAX_FREQ 850000000L |
@@ -111,6 +112,7 @@ typedef void (*pvr2_subdev_update_func)(struct pvr2_hdw *, | |||
111 | 112 | ||
112 | static const pvr2_subdev_update_func pvr2_module_update_functions[] = { | 113 | static const pvr2_subdev_update_func pvr2_module_update_functions[] = { |
113 | [PVR2_CLIENT_ID_WM8775] = pvr2_wm8775_update, | 114 | [PVR2_CLIENT_ID_WM8775] = pvr2_wm8775_update, |
115 | [PVR2_CLIENT_ID_SAA7115] = pvr2_saa7115_subdev_update, | ||
114 | }; | 116 | }; |
115 | 117 | ||
116 | static const char *module_names[] = { | 118 | static const char *module_names[] = { |