diff options
Diffstat (limited to 'drivers/media/video')
-rw-r--r-- | drivers/media/video/cx88/cx88-cards.c | 2 | ||||
-rw-r--r-- | drivers/media/video/tuner-simple.c | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index c3a561e38e54..a6763f1a44c1 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -431,7 +431,7 @@ struct cx88_board cx88_boards[] = { | |||
431 | }, | 431 | }, |
432 | [CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T] = { | 432 | [CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T] = { |
433 | .name = "DViCO - FusionHDTV 3 Gold-T", | 433 | .name = "DViCO - FusionHDTV 3 Gold-T", |
434 | .tuner_type = 52, /* Thomson DDT 7611 ATSC/NTSC */ | 434 | .tuner_type = 60, /* Thomson DDT 7611 ATSC/NTSC */ |
435 | /* See DViCO FusionHDTV 3 Gold for GPIO documentation. */ | 435 | /* See DViCO FusionHDTV 3 Gold for GPIO documentation. */ |
436 | .input = {{ | 436 | .input = {{ |
437 | .type = CX88_VMUX_TELEVISION, | 437 | .type = CX88_VMUX_TELEVISION, |
diff --git a/drivers/media/video/tuner-simple.c b/drivers/media/video/tuner-simple.c index f7305c8d53de..866f18dc5b58 100644 --- a/drivers/media/video/tuner-simple.c +++ b/drivers/media/video/tuner-simple.c | |||
@@ -217,6 +217,9 @@ static struct tunertype tuners[] = { | |||
217 | 16*160.00,16*454.00,0xa0,0x90,0x30,0x8e,732}, | 217 | 16*160.00,16*454.00,0xa0,0x90,0x30,0x8e,732}, |
218 | { "Ymec TVision TVF-5533MF", Philips, NTSC, | 218 | { "Ymec TVision TVF-5533MF", Philips, NTSC, |
219 | 16*160.00,16*454.00,0x01,0x02,0x04,0x8e,732}, | 219 | 16*160.00,16*454.00,0x01,0x02,0x04,0x8e,732}, |
220 | |||
221 | { "Thomson DDT 7611 (ATSC/NTSC)", THOMSON, ATSC, | ||
222 | 16*157.25,16*454.00,0x39,0x3a,0x3c,0x8e,732}, | ||
220 | }; | 223 | }; |
221 | unsigned const int tuner_count = ARRAY_SIZE(tuners); | 224 | unsigned const int tuner_count = ARRAY_SIZE(tuners); |
222 | 225 | ||