diff options
author | Michael Krufky <mkrufky@m1k.net> | 2005-06-24 01:04:56 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-24 03:06:38 -0400 |
commit | 3c1d0185db6a44b6304c404f4da1a1a98746ca46 (patch) | |
tree | 8837af3c12bd6ab030c83666255ace841461c02e /drivers/media/video/cx88 | |
parent | 80d34362f391840dcb10c0ec261f765871a586f7 (diff) |
[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>
Diffstat (limited to 'drivers/media/video/cx88')
-rw-r--r-- | drivers/media/video/cx88/cx88-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index c3a561e38e54..a6763f1a44c1 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -431,7 +431,7 @@ struct cx88_board cx88_boards[] = { | |||
431 | }, | 431 | }, |
432 | [CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T] = { | 432 | [CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T] = { |
433 | .name = "DViCO - FusionHDTV 3 Gold-T", | 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 | /* See DViCO FusionHDTV 3 Gold for GPIO documentation. */ | 435 | /* See DViCO FusionHDTV 3 Gold for GPIO documentation. */ |
436 | .input = {{ | 436 | .input = {{ |
437 | .type = CX88_VMUX_TELEVISION, | 437 | .type = CX88_VMUX_TELEVISION, |