From c2bb2a91e6474f1314efb165ef91ae88953b5a84 Mon Sep 17 00:00:00 2001 From: Steven Toth Date: Sat, 5 Apr 2008 12:45:57 -0400 Subject: cx88: enable radio GPIO correctly. From: Steven Toth cx88: enable radio GPIO correctly. Signed-off-by: Steven Toth --- linux/drivers/media/video/cx88/cx88-cards.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'linux') diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index fcecfeed9..0809039a5 100644 --- a/linux/drivers/media/video/cx88/cx88-cards.c +++ b/linux/drivers/media/video/cx88/cx88-cards.c @@ -1410,6 +1410,10 @@ static const struct cx88_board cx88_boards[] = { }}, /* fixme: Add radio support */ .mpeg = CX88_MPEG_DVB | CX88_MPEG_BLACKBIRD, + .radio = { + .type = CX88_RADIO, + .gpio0 = 0xe780, + }, }, [CX88_BOARD_ADSTECH_PTV_390] = { .name = "ADS Tech Instant Video PCI", -- cgit v1.2.3