summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx18/cx18-av-core.h
diff options
context:
space:
mode:
authorAndy Walls <awalls@radix.net>2009-02-20 21:52:13 -0500
committerAndy Walls <awalls@radix.net>2009-02-20 21:52:13 -0500
commitaf250d9d7ee1d59300fc58e15fff19593e7e925f (patch)
treedcc420131ea2b861e46e68bf92206072d76c0fac /linux/drivers/media/video/cx18/cx18-av-core.h
parent2fc2bbdf325e45fee8f2e62a8594fc62f18b5f3e (diff)
downloadmediapointer-dvb-s2-af250d9d7ee1d59300fc58e15fff19593e7e925f.tar.gz
mediapointer-dvb-s2-af250d9d7ee1d59300fc58e15fff19593e7e925f.tar.bz2
cx18: Convert I2C devices to v4l2_subdevices
From: Andy Walls <awalls@radix.net> This is a major perturbation to cx18 I2C device handling to convert it to the v4l2_device/subdeivce framework. This change breaks GPIO audio multiplexer control for the time being. It will be fixed in a coming change. Priority: normal Signed-off-by: Andy Walls <awalls@radix.net>
Diffstat (limited to 'linux/drivers/media/video/cx18/cx18-av-core.h')
-rw-r--r--linux/drivers/media/video/cx18/cx18-av-core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx18/cx18-av-core.h b/linux/drivers/media/video/cx18/cx18-av-core.h
index 90bdca960..cd9c0e70f 100644
--- a/linux/drivers/media/video/cx18/cx18-av-core.h
+++ b/linux/drivers/media/video/cx18/cx18-av-core.h
@@ -342,7 +342,7 @@ int cx18_av_and_or(struct cx18 *cx, u16 addr, unsigned mask, u8 value);
int cx18_av_and_or4(struct cx18 *cx, u16 addr, u32 mask, u32 value);
void cx18_av_std_setup(struct cx18 *cx);
-int cx18_av_probe(struct cx18 *cx, struct v4l2_subdev **sd);
+int cx18_av_probe(struct cx18 *cx);
void cx18_av_exit(struct cx18 *cx, struct v4l2_subdev *sd);
/* ----------------------------------------------------------------------- */