Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3139
b: refs/heads/master
c: 3c1d018
h: refs/heads/master
i:
  3137: 39ef63b
  3135: 92b0b65
v: v3
  • Loading branch information
Michael Krufky authored and Linus Torvalds committed Jun 24, 2005
1 parent 005c73a commit de603a1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 80d34362f391840dcb10c0ec261f765871a586f7
refs/heads/master: 3c1d0185db6a44b6304c404f4da1a1a98746ca46
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/cx88/cx88-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
3 changes: 3 additions & 0 deletions trunk/drivers/media/video/tuner-simple.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
2 changes: 2 additions & 0 deletions trunk/include/media/tuner.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@
#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
Expand Down

0 comments on commit de603a1

Please sign in to comment.