V4L/DVB (10499): saa7146: convert saa7146 and mxb in particular to v4l2_subdev.
[deliverable/linux.git] / drivers / media / video / tea6415c.h
index f84ed80050b34c6ac6e27bcc1cbc982432912ea3..3a47d697536ea24d3167b81e01333555bb089e91 100644 (file)
@@ -1,10 +1,6 @@
 #ifndef __INCLUDED_TEA6415C__
 #define __INCLUDED_TEA6415C__
 
-/* possible i2c-addresses */
-#define        I2C_TEA6415C_1          0x03
-#define        I2C_TEA6415C_2          0x43
-
 /* the tea6415c's design is quite brain-dead. although there are
    8 inputs and 6 outputs, these aren't enumerated in any way. because
    I don't want to say "connect input pin 20 to output pin 17", I define
 #define TEA6415C_INPUT7 1
 #define TEA6415C_INPUT8 11
 
-struct tea6415c_multiplex
-{
-       int     in;     /* input-pin */
-       int     out;    /* output-pin */
-};
-
-#define TEA6415C_SWITCH                _IOW('v',1,struct tea6415c_multiplex)
-
 #endif
This page took 0.039666 seconds and 5 git commands to generate.