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-controls.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-controls.c')
-rw-r--r-- | linux/drivers/media/video/cx18/cx18-controls.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx18/cx18-controls.c b/linux/drivers/media/video/cx18/cx18-controls.c index e5604c232..925e01fdb 100644 --- a/linux/drivers/media/video/cx18/cx18-controls.c +++ b/linux/drivers/media/video/cx18/cx18-controls.c @@ -22,11 +22,9 @@ */ #include "cx18-driver.h" -#include "cx18-av-core.h" #include "cx18-cards.h" #include "cx18-ioctl.h" #include "cx18-audio.h" -#include "cx18-i2c.h" #include "cx18-mailbox.h" #include "cx18-controls.h" |