aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2006-02-27 00:07:58 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-02-27 00:07:58 -0300
commite2798212e3ce0057336bc0807beb3213de1dc5be (patch)
tree562cadc17cb49d1c055c5dc0cbd0c62437f59607
parent47a9e50eb7719dc1bf01ac8b60f4d8758146d00e (diff)
downloadlinux-e2798212e3ce0057336bc0807beb3213de1dc5be.tar.gz
V4L/DVB (3343): KWorld HardwareMpegTV XPert: Add radio support
- add radio support for KWorld HardwareMpegTV XPert - fix GPIO settings for tv and radio Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r--drivers/media/video/cx88/cx88-cards.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c
index f2ae0478c33a2a..8617b087659a90 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,
+ },
},
};