[PATCH 088/141] V4L/DVB (3343): KWorld HardwareMpegTV XPert: Addradio support

From: mchehab
Date: Mon Mar 20 2006 - 10:29:02 EST


From: Michael Krufky <mkrufky@xxxxxxxxxxx>
Date: 1141009678 -0300

- add radio support for KWorld HardwareMpegTV XPert
- fix GPIO settings for tv and radio

Signed-off-by: Michael Krufky <mkrufky@xxxxxxxxxxx>
Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxx>
---

diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c
index f2ae047..8617b08 100644
--- a/drivers/media/video/cx88/cx88-cards.c
+++ b/drivers/media/video/cx88/cx88-cards.c
@@ -1064,8 +1064,12 @@ struct cx88_board cx88_boards[] = {
.input = {{
.type = CX88_VMUX_TELEVISION,
.vmux = 0,
- .gpio0 = 0x07fa,
+ .gpio0 = 0x3de2,
}},
+ .radio = {
+ .type = CX88_RADIO,
+ .gpio0 = 0x3de6,
+ },
},

};

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/