From f3e35b224fd79505eb2003fa29aab1296c1f5b17 Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Sat, 11 Feb 2006 14:38:57 -0400 Subject: KWorld HardwareMpegTV XPert: Add radio support From: Michael Krufky - add radio support for KWorld HardwareMpegTV XPert - fix GPIO settings for tv and radio Signed-off-by: Michael Krufky --- linux/drivers/media/video/cx88/cx88-cards.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'linux/drivers/media/video/cx88') 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 }, -- cgit v1.2.3