From: Michael Krufky Date: Fri, 9 Dec 2005 06:03:32 +0000 (-0500) Subject: [PATCH] V4L/DVB: Fix analog NTSC for Thomson DTT 761X hybrid tuner X-Git-Tag: v2.6.14.4~12 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4614b4e56fa82c89e02ad27a7221ee76a0c2ed2c;p=karo-tx-linux.git [PATCH] V4L/DVB: Fix analog NTSC for Thomson DTT 761X hybrid tuner - Enable tda9887 on the following cx88 boards: pcHDTV 3000 FusionHDTV3 Gold-T - This ensures that analog NTSC video will function properly, without this patch, the tuner may appear to be broken. Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index 4da91d535a5b..7aa8566c8378 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c @@ -567,6 +567,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, @@ -711,6 +712,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,