diff options
author | Michael Krufky <mkrufky@m1k.net> | 2006-01-09 12:25:29 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 12:25:29 -0500 |
commit | 83ac8722be6d34b9bbcaabfff825d5847ce3a9d4 (patch) | |
tree | 2f5b1e111f7c988a0a5ce288e1c19e4159c31446 /drivers/media/video | |
parent | bc61b0102a53ee0ced3a8747cd4afe656a453756 (diff) |
V4L/DVB (3196): correct Thomson DTT 761x frequency ranges
- Corrected Thomson DTT 7611 tuner programming, based on spec sheet
- renamed to Thomson DTT 761x
- applies to DTT 7611 7611A 7612 7613 7613A 7614 7615 7615A
(DTT 7610 is similar, but slightly different programming)
- corrected frequency ranges for analog and digital modes
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'drivers/media/video')
-rw-r--r-- | drivers/media/video/cx88/cx88-cards.c | 2 | ||||
-rw-r--r-- | drivers/media/video/cx88/cx88-dvb.c | 2 | ||||
-rw-r--r-- | drivers/media/video/tuner-simple.c | 11 |
3 files changed, 8 insertions, 7 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index c20c07117537..85798e1fa047 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -708,7 +708,7 @@ struct cx88_board cx88_boards[] = { | |||
708 | }, | 708 | }, |
709 | [CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T] = { | 709 | [CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T] = { |
710 | .name = "DViCO FusionHDTV 3 Gold-T", | 710 | .name = "DViCO FusionHDTV 3 Gold-T", |
711 | .tuner_type = TUNER_THOMSON_DTT7611, | 711 | .tuner_type = TUNER_THOMSON_DTT761X, |
712 | .radio_type = UNSET, | 712 | .radio_type = UNSET, |
713 | .tuner_addr = ADDR_UNSET, | 713 | .tuner_addr = ADDR_UNSET, |
714 | .radio_addr = ADDR_UNSET, | 714 | .radio_addr = ADDR_UNSET, |
diff --git a/drivers/media/video/cx88/cx88-dvb.c b/drivers/media/video/cx88/cx88-dvb.c index c4551d996119..ed5cfe5f5c0e 100644 --- a/drivers/media/video/cx88/cx88-dvb.c +++ b/drivers/media/video/cx88/cx88-dvb.c | |||
@@ -441,7 +441,7 @@ static int dvb_register(struct cx8802_dev *dev) | |||
441 | cx_set(MO_GP0_IO, 9); | 441 | cx_set(MO_GP0_IO, 9); |
442 | mdelay(200); | 442 | mdelay(200); |
443 | dev->core->pll_addr = 0x61; | 443 | dev->core->pll_addr = 0x61; |
444 | dev->core->pll_desc = &dvb_pll_thomson_dtt7611; | 444 | dev->core->pll_desc = &dvb_pll_thomson_dtt761x; |
445 | dev->dvb.frontend = lgdt330x_attach(&fusionhdtv_3_gold, | 445 | dev->dvb.frontend = lgdt330x_attach(&fusionhdtv_3_gold, |
446 | &dev->core->i2c_adap); | 446 | &dev->core->i2c_adap); |
447 | } | 447 | } |
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, |