[PATCH] v4l: 712: added analog support for ati hdtv wonder
[linux-2.6-microblaze.git] / include / media / tuner.h
index 4ad08e2..7cc74b1 100644 (file)
@@ -95,7 +95,7 @@
 #define TUNER_THOMSON_DTT7610          52
 #define TUNER_PHILIPS_FQ1286           53
 #define TUNER_PHILIPS_TDA8290          54
-#define TUNER_LG_PAL_TAPE              55      /* Hauppauge PVR-150 PAL */
+#define TUNER_TCL_2002MB               55      /* Hauppauge PVR-150 PAL */
 
 #define TUNER_PHILIPS_FQ1216AME_MK4    56      /* Hauppauge PVR-150 PAL */
 #define TUNER_PHILIPS_FQ1236A_MK4      57      /* Hauppauge PVR-500MCE NTSC */
 #define TUNER_LG_TDVS_H062F            64      /* DViCO FusionHDTV 5 */
 #define TUNER_YMEC_TVF66T5_B_DFF       65      /* Acorp Y878F */
 #define TUNER_LG_NTSC_TALN_MINI                66
+#define TUNER_PHILIPS_TD1316           67
+
+#define TUNER_PHILIPS_TUV1236D         68      /* ATI HDTV Wonder */
 
 #define NOTUNER 0
 #define PAL     1      /* PAL_BG */
@@ -190,6 +193,7 @@ struct tuner {
        /* used by tda8290 */
        unsigned char i2c_easy_mode[2];
        unsigned char i2c_set_freq[8];
+       unsigned int  sgIF;
 
        /* function ptrs */
        void (*tv_freq)(struct i2c_client *c, unsigned int freq);