diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-02-11 14:38:57 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2006-02-11 14:38:57 -0400 |
commit | f3e35b224fd79505eb2003fa29aab1296c1f5b17 (patch) | |
tree | ffe942a9280c56f631d375da578f64084e5d6eda /linux/drivers/media/video/cx88/cx88-cards.c | |
parent | 7d69c5a6fde46835d5080e493e283758527e626a (diff) | |
download | mediapointer-dvb-s2-f3e35b224fd79505eb2003fa29aab1296c1f5b17.tar.gz mediapointer-dvb-s2-f3e35b224fd79505eb2003fa29aab1296c1f5b17.tar.bz2 |
KWorld HardwareMpegTV XPert: Add radio support
From: Michael Krufky <mkrufky@linuxtv.org>
- add radio support for KWorld HardwareMpegTV XPert
- fix GPIO settings for tv and radio
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-cards.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-cards.c | 5 |
1 files changed, 3 insertions, 2 deletions
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 }, |