Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[pandora-kernel.git] / drivers / media / dvb / frontends / au8522_priv.h
index c74c4e7..609cf04 100644 (file)
 #include "au8522.h"
 #include "tuner-i2c.h"
 
+#define AU8522_ANALOG_MODE 0
+#define AU8522_DIGITAL_MODE 1
+
 struct au8522_state {
        struct i2c_client *c;
        struct i2c_adapter *i2c;
 
+       u8 operational_mode;
+
        /* Used for sharing of the state between analog and digital mode */
        struct tuner_i2c_props i2c_props;
        struct list_head hybrid_tuner_instance_list;