From 7c4369d2730c4f2bec1ffcfb6383d6c689d5d323 Mon Sep 17 00:00:00 2001 From: Marcin Rudowski Date: Thu, 9 Mar 2006 16:09:51 -0300 Subject: [PATCH] --- yaml --- r: 21713 b: refs/heads/master c: 4aca4831aafad64a8622cd855c5f952228d75d72 h: refs/heads/master i: 21711: 0b224856a672f5879e11241189b088d1b9dd2201 v: v3 --- [refs] | 2 +- trunk/drivers/media/video/cx88/cx88-cards.c | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 4c27b57fa37a..d4e3b001ace2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7947a220e5fe1373f1830b41fb7376bef636f113 +refs/heads/master: 4aca4831aafad64a8622cd855c5f952228d75d72 diff --git a/trunk/drivers/media/video/cx88/cx88-cards.c b/trunk/drivers/media/video/cx88/cx88-cards.c index c0d1f0b12829..c8f91b1c2068 100644 --- a/trunk/drivers/media/video/cx88/cx88-cards.c +++ b/trunk/drivers/media/video/cx88/cx88-cards.c @@ -184,17 +184,18 @@ struct cx88_board cx88_boards[] = { .input = {{ .type = CX88_VMUX_TELEVISION, .vmux = 0, - .gpio1 = 0x309f, + .gpio1 = 0xe09f, },{ .type = CX88_VMUX_COMPOSITE1, .vmux = 1, - .gpio1 = 0x305f, + .gpio1 = 0xe05f, },{ .type = CX88_VMUX_SVIDEO, .vmux = 2, - .gpio1 = 0x305f, + .gpio1 = 0xe05f, }}, .radio = { + .gpio1 = 0xe0df, .type = CX88_RADIO, }, },