diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-04-13 12:29:04 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2006-04-13 12:29:04 -0400 |
commit | 0bbcd2e449bc5a2096a93314b888344ee2648693 (patch) | |
tree | 1ca7870bdb950b9133f7fe44242845de2f3f6250 /linux | |
parent | a35445cc21e79df1aae4b39c514ca6f67c69693f (diff) | |
download | mediapointer-dvb-s2-0bbcd2e449bc5a2096a93314b888344ee2648693.tar.gz mediapointer-dvb-s2-0bbcd2e449bc5a2096a93314b888344ee2648693.tar.bz2 |
KWorld HardwareMpegTV XPert: update GPIO for s-video and composite
From: Michael Krufky <mkrufky@linuxtv.org>
- updated s-video and composite input GPIO settings.
Thanks-to: Todd Duffin <nospam@tippyturtle.com>
- s-video and composite inputs are still #if 0'd until
we can get audio working properly on those inputs.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-cards.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index 3e6b2641b..2577039bf 100644 --- a/linux/drivers/media/video/cx88/cx88-cards.c +++ b/linux/drivers/media/video/cx88/cx88-cards.c @@ -1070,9 +1070,11 @@ struct cx88_board cx88_boards[] = { },{ .type = CX88_VMUX_COMPOSITE1, .vmux = 1, + .gpio0 = 0x3de6, },{ .type = CX88_VMUX_SVIDEO, .vmux = 2, + .gpio0 = 0x3de6, #endif }}, .radio = { |