]> Pileus Git - ~andy/linux/blobdiff - drivers/media/dvb-frontends/tda10071.h
Merge tag 'for_linux-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel...
[~andy/linux] / drivers / media / dvb-frontends / tda10071.h
index 21163c4b555c9f76b32958d00d1593ba554281f1..bff1c38df8026e98390fb21d74503635008ff807 100644 (file)
@@ -28,7 +28,13 @@ struct tda10071_config {
         * Default: none, must set
         * Values: 0x55,
         */
-       u8 i2c_address;
+       u8 demod_i2c_addr;
+
+       /* Tuner I2C address.
+        * Default: none, must set
+        * Values: 0x14, 0x54, ...
+        */
+       u8 tuner_i2c_addr;
 
        /* Max bytes I2C provider can write at once.
         * Note: Buffer is taken from the stack currently!