diff options
Diffstat (limited to 'drivers/media/video/tuner-simple.c')
-rw-r--r-- | drivers/media/video/tuner-simple.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/drivers/media/video/tuner-simple.c b/drivers/media/video/tuner-simple.c index cabb02a610df..985464f4b7c2 100644 --- a/drivers/media/video/tuner-simple.c +++ b/drivers/media/video/tuner-simple.c | |||
@@ -573,7 +573,7 @@ static struct tunertype tuners[] = { | |||
573 | .config = 0x8e, | 573 | .config = 0x8e, |
574 | }, | 574 | }, |
575 | [TUNER_THOMSON_DTT7610] = { /* THOMSON ATSC */ | 575 | [TUNER_THOMSON_DTT7610] = { /* THOMSON ATSC */ |
576 | .name = "Thomson DDT 7610 (ATSC/NTSC)", | 576 | .name = "Thomson DTT 7610 (ATSC/NTSC)", |
577 | .thresh1= 16 * 157.25 /*MHz*/, | 577 | .thresh1= 16 * 157.25 /*MHz*/, |
578 | .thresh2= 16 * 454.00 /*MHz*/, | 578 | .thresh2= 16 * 454.00 /*MHz*/, |
579 | .VHF_L = 0x39, | 579 | .VHF_L = 0x39, |
@@ -640,10 +640,11 @@ static struct tunertype tuners[] = { | |||
640 | }, | 640 | }, |
641 | 641 | ||
642 | /* 60-69 */ | 642 | /* 60-69 */ |
643 | [TUNER_THOMSON_DTT7611] = { /* THOMSON ATSC */ | 643 | [TUNER_THOMSON_DTT761X] = { /* THOMSON ATSC */ |
644 | .name = "Thomson DDT 7611 (ATSC/NTSC)", | 644 | /* DTT 7611 7611A 7612 7613 7613A 7614 7615 7615A */ |
645 | .thresh1= 16 * 157.25 /*MHz*/, | 645 | .name = "Thomson DTT 761X (ATSC/NTSC)", |
646 | .thresh2= 16 * 454.00 /*MHz*/, | 646 | .thresh1= 16 * 145.25 /*MHz*/, |
647 | .thresh2= 16 * 415.25 /*MHz*/, | ||
647 | .VHF_L = 0x39, | 648 | .VHF_L = 0x39, |
648 | .VHF_H = 0x3a, | 649 | .VHF_H = 0x3a, |
649 | .UHF = 0x3c, | 650 | .UHF = 0x3c, |