diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-04-05 15:45:57 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:09:44 -0400 |
commit | 6b92b3bd7ac91b7e255541f4be9bfd55b12dae41 (patch) | |
tree | 51a09dd8746cde37e42af883d2d243119422e203 /drivers/media/video/cx88/cx88-cards.c | |
parent | ce96d0a44a4f8d1bb3dc12b5e98cb688c1bc730d (diff) |
V4L/DVB (7642): cx88: enable radio GPIO correctly
cx88: enable radio GPIO correctly.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88-cards.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-cards.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index 0534f589c725..620159d05506 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -1364,6 +1364,10 @@ static const struct cx88_board cx88_boards[] = { | |||
1364 | }}, | 1364 | }}, |
1365 | /* fixme: Add radio support */ | 1365 | /* fixme: Add radio support */ |
1366 | .mpeg = CX88_MPEG_DVB | CX88_MPEG_BLACKBIRD, | 1366 | .mpeg = CX88_MPEG_DVB | CX88_MPEG_BLACKBIRD, |
1367 | .radio = { | ||
1368 | .type = CX88_RADIO, | ||
1369 | .gpio0 = 0xe780, | ||
1370 | }, | ||
1367 | }, | 1371 | }, |
1368 | [CX88_BOARD_ADSTECH_PTV_390] = { | 1372 | [CX88_BOARD_ADSTECH_PTV_390] = { |
1369 | .name = "ADS Tech Instant Video PCI", | 1373 | .name = "ADS Tech Instant Video PCI", |