summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/tea6420.h
diff options
context:
space:
mode:
authorMichael Hunold <hunold@linuxtv.org>2006-03-08 22:28:04 +0100
committerMichael Hunold <hunold@linuxtv.org>2006-03-08 22:28:04 +0100
commitfb1c40c7fb9da899745ca1eab318fe9009f886d1 (patch)
tree6a1e9252ae81b6dd8a5d831d95d6108124eb92c9 /linux/drivers/media/video/tea6420.h
parentf780713336a2db00609e7bb63648fbd96c5a856d (diff)
downloadmediapointer-dvb-s2-fb1c40c7fb9da899745ca1eab318fe9009f886d1.tar.gz
mediapointer-dvb-s2-fb1c40c7fb9da899745ca1eab318fe9009f886d1.tar.bz2
Add mxb, dpc7146, hexium_gemini and hexium_orion from 2.6.15
From: Michael Hunold <hunold@linuxtv.org> Signed-off-by: Michael Hunold <hunold@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/video/tea6420.h')
-rw-r--r--linux/drivers/media/video/tea6420.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/linux/drivers/media/video/tea6420.h b/linux/drivers/media/video/tea6420.h
new file mode 100644
index 000000000..ea664df15
--- /dev/null
+++ b/linux/drivers/media/video/tea6420.h
@@ -0,0 +1,17 @@
+#ifndef __INCLUDED_TEA6420__
+#define __INCLUDED_TEA6420__
+
+/* possible addresses */
+#define I2C_TEA6420_1 0x4c
+#define I2C_TEA6420_2 0x4d
+
+struct tea6420_multiplex
+{
+ int in; /* input of audio switch */
+ int out; /* output of audio switch */
+ int gain; /* gain of connection */
+};
+
+#define TEA6420_SWITCH _IOW('v',1,struct tea6420_multiplex)
+
+#endif