diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-04-05 12:45:57 -0400 |
---|---|---|
committer | Steven Toth <stoth@hauppauge.com> | 2008-04-05 12:45:57 -0400 |
commit | c2bb2a91e6474f1314efb165ef91ae88953b5a84 (patch) | |
tree | d48f28740e1bbc07695780ccf4d3157c004f8774 /linux/drivers/media/video/cx88 | |
parent | 95d7aea2f14caa63e65d2bab792626f8a90194b4 (diff) | |
download | mediapointer-dvb-s2-c2bb2a91e6474f1314efb165ef91ae88953b5a84.tar.gz mediapointer-dvb-s2-c2bb2a91e6474f1314efb165ef91ae88953b5a84.tar.bz2 |
cx88: enable radio GPIO correctly.
From: Steven Toth <stoth@hauppauge.com>
cx88: enable radio GPIO correctly.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Diffstat (limited to 'linux/drivers/media/video/cx88')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-cards.c | 4 |
1 files changed, 4 insertions, 0 deletions
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", |