[PATCH] v4l: support tuner for Thomson DDT 7611 (ATSC/NTSC)

Add support for tuner#60: Thomson DDT 7611 (ATSC/NTSC) Change tuner in
card#28 (DViCO FusionHDTV3 Gold-T) from tuner=52 (Tuner Thomson DDT 7610)
to tuner=60 (Tuner Thomson DDT 7611)

Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Michael Krufky and committed by Linus Torvalds 3c1d0185 80d34362

+6 -1
+1 -1
drivers/media/video/cx88/cx88-cards.c
··· 431 431 }, 432 432 [CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T] = { 433 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 435 /* See DViCO FusionHDTV 3 Gold for GPIO documentation. */ 436 436 .input = {{ 437 437 .type = CX88_VMUX_TELEVISION,
+3
drivers/media/video/tuner-simple.c
··· 217 217 16*160.00,16*454.00,0xa0,0x90,0x30,0x8e,732}, 218 218 { "Ymec TVision TVF-5533MF", Philips, NTSC, 219 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 224 unsigned const int tuner_count = ARRAY_SIZE(tuners); 222 225
+2
include/media/tuner.h
··· 101 101 #define TUNER_YMEC_TVF_8531MF 58 102 102 #define TUNER_YMEC_TVF_5533MF 59 /* Pixelview Pro Ultra NTSC */ 103 103 104 + #define TUNER_THOMSON_DTT7611 60 105 + 104 106 #define NOTUNER 0 105 107 #define PAL 1 /* PAL_BG */ 106 108 #define PAL_I 2