]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] v4l: support tuner for Thomson DDT 7611 (ATSC/NTSC)
authorMichael Krufky <mkrufky@m1k.net>
Fri, 24 Jun 2005 05:04:56 +0000 (22:04 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 24 Jun 2005 07:06:38 +0000 (00:06 -0700)
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>
drivers/media/video/cx88/cx88-cards.c
drivers/media/video/tuner-simple.c
include/media/tuner.h

index c3a561e38e54870b0ab60e3753ce1f2924ad2c78..a6763f1a44c1699669b029b9dfeb2f16224078e8 100644 (file)
@@ -431,7 +431,7 @@ struct cx88_board cx88_boards[] = {
        },
         [CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T] = {
                 .name           = "DViCO - FusionHDTV 3 Gold-T",
-                .tuner_type     = 52, /* Thomson DDT 7611 ATSC/NTSC */
+                .tuner_type     = 60, /* Thomson DDT 7611 ATSC/NTSC */
                /*  See DViCO FusionHDTV 3 Gold for GPIO documentation.  */
                 .input          = {{
                         .type   = CX88_VMUX_TELEVISION,
index f7305c8d53de2534dd4042c4ed938df929275622..866f18dc5b58cec45a1600cf6c9a72a01ae86d9c 100644 (file)
@@ -217,6 +217,9 @@ static struct tunertype tuners[] = {
          16*160.00,16*454.00,0xa0,0x90,0x30,0x8e,732},
        { "Ymec TVision TVF-5533MF", Philips, NTSC,
          16*160.00,16*454.00,0x01,0x02,0x04,0x8e,732},
+
+       { "Thomson DDT 7611 (ATSC/NTSC)", THOMSON, ATSC,
+         16*157.25,16*454.00,0x39,0x3a,0x3c,0x8e,732},
 };
 unsigned const int tuner_count = ARRAY_SIZE(tuners);
 
index 6d29d8db0c838d50e6324148aaddfc26b1d410fb..cb75f4809c4dd21c8b2da2800a47338c8461ae99 100644 (file)
 #define TUNER_YMEC_TVF_8531MF 58
 #define TUNER_YMEC_TVF_5533MF 59       /* Pixelview Pro Ultra NTSC */
 
+#define TUNER_THOMSON_DTT7611    60
+
 #define NOTUNER 0
 #define PAL     1      /* PAL_BG */
 #define PAL_I   2