From b7665f56c5a112f05ca1fcd109ccb9149742ad33 Mon Sep 17 00:00:00 2001 From: Gerd Knorr Date: Wed, 7 Jul 2004 14:37:50 +0000 Subject: - cx88: ATI TV Wonder Pro tweaks. --- linux/drivers/media/video/cx88/cx88-cards.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (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 aa8d87898..d72748684 100644 --- a/linux/drivers/media/video/cx88/cx88-cards.c +++ b/linux/drivers/media/video/cx88/cx88-cards.c @@ -96,20 +96,19 @@ struct cx88_board cx88_boards[] = { [CX88_BOARD_ATI_WONDER_PRO] = { .name = "ATI TV Wonder Pro", .tuner_type = 44, + .tda9887_conf = TDA9887_PRESENT | TDA9887_INTERCARRIER, .input = {{ .type = CX88_VMUX_TELEVISION, .vmux = 0, - .gpio0 = 0x000003ff, - .gpio1 = 0x000000ff, - .gpio2 = 0x000000ff, - .gpio3 = 0x00000000, + .gpio0 = 0x03ff, },{ .type = CX88_VMUX_COMPOSITE1, .vmux = 1, + .gpio0 = 0x03ff, },{ .type = CX88_VMUX_SVIDEO, .vmux = 2, - + .gpio0 = 0x03ff, }}, }, [CX88_BOARD_WINFAST2000XP] = { -- cgit v1.2.3