summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Morton <akpm@digeo.com>2003-05-18 20:29:12 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2003-05-18 20:29:12 -0700
commit7c39c153ec2a58e257ab00c2712ec0727801ed4f (patch)
treeebb4760786b2f110a02095199ee16e12d4b986a1 /include
parente508ffb3f67a0f412b764fe6fa2ccc0f612302bf (diff)
[PATCH] v4l: #5 - i2c module updates.
From: Gerd Knorr <kraxel@bytesex.org> This patch updates a number of video4linux-related i2c modules. There are a number of bugfixes which accumulated over time, also some no-op i2c changes due to merging the i2c cleanups back into my tree and tweak them to make the modules compile on both 2.5.x and 2.4.x.
Diffstat (limited to 'include')
-rw-r--r--include/media/audiochip.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/media/audiochip.h b/include/media/audiochip.h
index e5a5cd2bb172..1fbc90e53232 100644
--- a/include/media/audiochip.h
+++ b/include/media/audiochip.h
@@ -18,6 +18,15 @@
#define AUDIO_MUTE 0x80
#define AUDIO_UNMUTE 0x81
+/* all the stuff below is obsolete and just here for reference. I'll
+ * remove it once the driver is tested and works fine.
+ *
+ * Instead creating alot of tiny API's for all kinds of different
+ * chips, we'll just pass throuth the v4l ioctl structs (v4l2 not
+ * yet...). It is a bit less flexible, but most/all used i2c chips
+ * make sense in v4l context only. So I think that's acceptable...
+ */
+
/* misc stuff to pass around config info to i2c chips */
#define AUDC_CONFIG_PINNACLE _IOW('m',32,int)