diff options
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-cards.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index 6bed1c717..4963964e8 100644 --- a/linux/drivers/media/video/cx88/cx88-cards.c +++ b/linux/drivers/media/video/cx88/cx88-cards.c @@ -1066,7 +1066,7 @@ struct cx88_board cx88_boards[] = { .input = {{ .type = CX88_VMUX_TELEVISION, .vmux = 0, - .gpio0 = 0x07fa, + .gpio0 = 0x3de2, #if 0 },{ .type = CX88_VMUX_COMPOSITE1, @@ -1076,10 +1076,11 @@ struct cx88_board cx88_boards[] = { .vmux = 2, #endif }}, -#if 0 .radio = { .type = CX88_RADIO, + .gpio0 = 0x3de6, }, +#if 0 .blackbird = 1, #endif }, |