diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/cx18/cx18-cards.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx18/cx18-cards.c b/drivers/media/video/cx18/cx18-cards.c index bb45bcf68ea6..0caae1a5edc4 100644 --- a/drivers/media/video/cx18/cx18-cards.c +++ b/drivers/media/video/cx18/cx18-cards.c | |||
@@ -196,7 +196,7 @@ static const struct cx18_card_pci_info cx18_pci_mpc718[] = { | |||
196 | static const struct cx18_card cx18_card_mpc718 = { | 196 | static const struct cx18_card cx18_card_mpc718 = { |
197 | .type = CX18_CARD_YUAN_MPC718, | 197 | .type = CX18_CARD_YUAN_MPC718, |
198 | .name = "Yuan MPC718", | 198 | .name = "Yuan MPC718", |
199 | .comment = "Some Composite and S-Video inputs are currently working.\n", | 199 | .comment = "Analog video capture works; some audio line in may not.\n", |
200 | .v4l2_capabilities = CX18_CAP_ENCODER, | 200 | .v4l2_capabilities = CX18_CAP_ENCODER, |
201 | .hw_audio_ctrl = CX18_HW_CX23418, | 201 | .hw_audio_ctrl = CX18_HW_CX23418, |
202 | .hw_all = CX18_HW_TUNER, | 202 | .hw_all = CX18_HW_TUNER, |
@@ -229,7 +229,7 @@ static const struct cx18_card cx18_card_mpc718 = { | |||
229 | .tune_lane = 0, | 229 | .tune_lane = 0, |
230 | .initial_emrs = 2, | 230 | .initial_emrs = 2, |
231 | }, | 231 | }, |
232 | .xceive_pin = 15, | 232 | .xceive_pin = 0, |
233 | .pci_list = cx18_pci_mpc718, | 233 | .pci_list = cx18_pci_mpc718, |
234 | .i2c = &cx18_i2c_std, | 234 | .i2c = &cx18_i2c_std, |
235 | }; | 235 | }; |