changeset 7642:e55d97ff8bba

cx88: enable radio GPIO correctly. From: Steven Toth <stoth@hauppauge.com> cx88: enable radio GPIO correctly. Signed-off-by: Steven Toth <stoth@hauppauge.com>
author Steven Toth <stoth@hauppauge.com>
date Sat, 05 Apr 2008 12:45:57 -0400
parents 0091748accbd
children 40a2c41574f0
files linux/drivers/media/video/cx88/cx88-cards.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/linux/drivers/media/video/cx88/cx88-cards.c	Fri Apr 18 19:29:12 2008 -0300
+++ b/linux/drivers/media/video/cx88/cx88-cards.c	Sat Apr 05 12:45:57 2008 -0400
@@ -1410,6 +1410,10 @@
 		}},
 		/* 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",