diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-05-12 13:00:33 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-05-14 01:56:44 -0400 |
commit | 6b13cf164958a18436075fdae31f8bd9442353fa (patch) | |
tree | 7d981334ff09b94f589678fc87f7d4a28fa5637a | |
parent | 9dcbf35afb7359466efdf7fb81ee32f3ae2d56a3 (diff) |
V4L/DVB (7888): cx18: minor card definition updates.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | drivers/media/video/cx18/cx18-cards.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/drivers/media/video/cx18/cx18-cards.c b/drivers/media/video/cx18/cx18-cards.c index 0f2bfb4ba844..18489cce18d8 100644 --- a/drivers/media/video/cx18/cx18-cards.c +++ b/drivers/media/video/cx18/cx18-cards.c | |||
@@ -47,12 +47,12 @@ static struct cx18_card_tuner_i2c cx18_i2c_std = { | |||
47 | static const struct cx18_card cx18_card_hvr1600_esmt = { | 47 | static const struct cx18_card cx18_card_hvr1600_esmt = { |
48 | .type = CX18_CARD_HVR_1600_ESMT, | 48 | .type = CX18_CARD_HVR_1600_ESMT, |
49 | .name = "Hauppauge HVR-1600", | 49 | .name = "Hauppauge HVR-1600", |
50 | .comment = "DVB & VBI are not yet supported\n", | 50 | .comment = "VBI is not yet supported\n", |
51 | .v4l2_capabilities = CX18_CAP_ENCODER, | 51 | .v4l2_capabilities = CX18_CAP_ENCODER, |
52 | .hw_audio_ctrl = CX18_HW_CX23418, | 52 | .hw_audio_ctrl = CX18_HW_CX23418, |
53 | .hw_muxer = CX18_HW_CS5345, | 53 | .hw_muxer = CX18_HW_CS5345, |
54 | .hw_all = CX18_HW_TVEEPROM | CX18_HW_TUNER | CX18_HW_CS5345 | 54 | .hw_all = CX18_HW_TVEEPROM | CX18_HW_TUNER | |
55 | | CX18_HW_DVB, | 55 | CX18_HW_CS5345 | CX18_HW_DVB, |
56 | .video_inputs = { | 56 | .video_inputs = { |
57 | { CX18_CARD_INPUT_VID_TUNER, 0, CX23418_COMPOSITE7 }, | 57 | { CX18_CARD_INPUT_VID_TUNER, 0, CX23418_COMPOSITE7 }, |
58 | { CX18_CARD_INPUT_SVIDEO1, 1, CX23418_SVIDEO1 }, | 58 | { CX18_CARD_INPUT_SVIDEO1, 1, CX23418_SVIDEO1 }, |
@@ -203,8 +203,6 @@ static const struct cx18_card cx18_card_mpc718 = { | |||
203 | /* XC3028 tuner */ | 203 | /* XC3028 tuner */ |
204 | { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 }, | 204 | { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 }, |
205 | }, | 205 | }, |
206 | /* tuner reset */ | ||
207 | .gpio_init = { .direction = 0x1000, .initial_value = 0x1000 }, | ||
208 | .ddr = { | 206 | .ddr = { |
209 | /* Probably Samsung K4D263238G-VC33 memory */ | 207 | /* Probably Samsung K4D263238G-VC33 memory */ |
210 | .chip_config = 0x003, | 208 | .chip_config = 0x003, |
@@ -214,6 +212,7 @@ static const struct cx18_card cx18_card_mpc718 = { | |||
214 | .tune_lane = 0, | 212 | .tune_lane = 0, |
215 | .initial_emrs = 2, | 213 | .initial_emrs = 2, |
216 | }, | 214 | }, |
215 | .xceive_pin = 15, | ||
217 | .pci_list = cx18_pci_mpc718, | 216 | .pci_list = cx18_pci_mpc718, |
218 | .i2c = &cx18_i2c_std, | 217 | .i2c = &cx18_i2c_std, |
219 | }; | 218 | }; |