From 625a0ecb23b4796b8f33e2e08bfd8fbfaad2837c Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Fri, 2 Dec 2005 01:40:43 +0000 Subject: fix analog NTSC for DViCO FusionHDTV3 Gold-T - fix regression: broken analog NTSC for DViCO FusionHDTV3 Gold-T - add tda9887 to card struct Signed-off-by: Michael Krufky --- linux/drivers/media/video/cx88/cx88-cards.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linux/drivers') diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index c24d96cc1..d9d963df8 100644 --- a/linux/drivers/media/video/cx88/cx88-cards.c +++ b/linux/drivers/media/video/cx88/cx88-cards.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-cards.c,v 1.109 2005/12/01 22:30:52 mkrufky Exp $ + * $Id: cx88-cards.c,v 1.110 2005/12/02 01:40:43 mkrufky Exp $ * * device driver for Conexant 2388x based TV cards * card-specific stuff. @@ -714,6 +714,7 @@ struct cx88_board cx88_boards[] = { .radio_type = UNSET, .tuner_addr = ADDR_UNSET, .radio_addr = ADDR_UNSET, + .tda9887_conf = TDA9887_PRESENT, .input = {{ .type = CX88_VMUX_TELEVISION, .vmux = 0, -- cgit v1.2.3