summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-cards.c
diff options
context:
space:
mode:
authorMichael Krufky2006-02-27 04:07:58 +0100
committerMauro Carvalho Chehab2006-02-27 04:07:58 +0100
commite2798212e3ce0057336bc0807beb3213de1dc5be (patch)
tree562cadc17cb49d1c055c5dc0cbd0c62437f59607 /drivers/media/video/cx88/cx88-cards.c
parentV4L/DVB (3341): Upstream sync - make 2 structs static (diff)
downloadkernel-qcow2-linux-e2798212e3ce0057336bc0807beb3213de1dc5be.tar.gz
kernel-qcow2-linux-e2798212e3ce0057336bc0807beb3213de1dc5be.tar.xz
kernel-qcow2-linux-e2798212e3ce0057336bc0807beb3213de1dc5be.zip
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>
Diffstat (limited to 'drivers/media/video/cx88/cx88-cards.c')
-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 f2ae0478c33a..8617b087659a 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,
+ },
},
};