]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/media/dvb-frontends/af9033.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek...
[karo-tx-linux.git] / drivers / media / dvb-frontends / af9033.h
index 5b83e4f96297126ae5b3da337b6dc250645e91e8..8193f9805c4f8c9ce6d238192c453858588e750f 100644 (file)
  *    but WITHOUT ANY WARRANTY; without even the implied warranty of
  *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *    GNU General Public License for more details.
- *
- *    You should have received a copy of the GNU General Public License along
- *    with this program; if not, write to the Free Software Foundation, Inc.,
- *    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #ifndef AF9033_H
 #define AF9033_H
 
 /*
- * I2C address (TODO: are these in 8-bit format?)
- * 0x38, 0x3a, 0x3c, 0x3e
+ * I2C address: 0x1c, 0x1d, 0x1e, 0x1f
  */
 struct af9033_config {
        /*
@@ -88,6 +83,12 @@ struct af9033_config {
         * returned by that driver
         */
        struct dvb_frontend **fe;
+
+       /*
+        * regmap for IT913x integrated tuner driver
+        * returned by that driver
+        */
+       struct regmap *regmap;
 };
 
 struct af9033_ops {