diff options
author | Andy Walls <awalls@radix.net> | 2009-02-21 16:42:49 -0500 |
---|---|---|
committer | Andy Walls <awalls@radix.net> | 2009-02-21 16:42:49 -0500 |
commit | 97800678699828bf555a960d89f4737c4fc6dad2 (patch) | |
tree | 568eb93b4cb52b63d35daf765f1b082e7161aadb /linux/drivers/media/video/cx18/cx18-streams.c | |
parent | af250d9d7ee1d59300fc58e15fff19593e7e925f (diff) | |
download | mediapointer-dvb-s2-97800678699828bf555a960d89f4737c4fc6dad2.tar.gz mediapointer-dvb-s2-97800678699828bf555a960d89f4737c4fc6dad2.tar.bz2 |
cx18: Convert GPIO connected functions to act as v4l2_subdevices
From: Andy Walls <awalls@radix.net>
Convert GPIO line functions, such a audio routing and device resets, to
v4l2_subdevices. This essentially completes the conversion of cx18 to the
v4l2_device/v4l2_subdevice framework. No regression testing has taken place as
of yet. Also an ivtv legacy bug with GPIO mux routing and going to/from radio
mode was commented, but not fixed.
Priority: normal
Signed-off-by: Andy Walls <awalls@radix.net>
Diffstat (limited to 'linux/drivers/media/video/cx18/cx18-streams.c')
-rw-r--r-- | linux/drivers/media/video/cx18/cx18-streams.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx18/cx18-streams.c b/linux/drivers/media/video/cx18/cx18-streams.c index b022ed161..0605c2d83 100644 --- a/linux/drivers/media/video/cx18/cx18-streams.c +++ b/linux/drivers/media/video/cx18/cx18-streams.c @@ -32,7 +32,6 @@ #include "cx18-streams.h" #include "cx18-cards.h" #include "cx18-scb.h" -#include "cx18-av-core.h" #include "cx18-dvb.h" #define CX18_DSP0_INTERRUPT_MASK 0xd0004C |