X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=include%2Fmedia%2Ftuner.h;h=7d4e2db780767709579367fe6e50cb15ee825c85;hb=7e0a16f6118a297dd467c1e5a0908429fcdf56af;hp=77068fcc86bd9cb60a801732b24b67e28fc75103;hpb=ab8b870e430d3e2cfb299f81e0ae0aef7fe5bfda;p=safe%2Fjmp%2Flinux-2.6 diff --git a/include/media/tuner.h b/include/media/tuner.h index 77068fc..7d4e2db 100644 --- a/include/media/tuner.h +++ b/include/media/tuner.h @@ -122,6 +122,8 @@ #define TUNER_TDA9887 74 /* This tuner should be used only internally */ #define TUNER_TEA5761 75 /* Only FM Radio Tuner */ #define TUNER_XC5000 76 /* Xceive Silicon Tuner */ +#define TUNER_TCL_MF02GIP_5N 77 /* TCL MF02GIP_5N */ +#define TUNER_PHILIPS_FMD1216MEX_MK3 78 /* tv card specific */ #define TDA9887_PRESENT (1<<0) @@ -178,7 +180,7 @@ struct tuner_setup { unsigned int type; /* Tuner type */ unsigned int mode_mask; /* Allowed tuner modes */ unsigned int config; /* configuraion for more complex tuners */ - int (*tuner_callback) (void *dev, int command,int arg); + int (*tuner_callback) (void *dev, int component, int cmd, int arg); }; #endif /* __KERNEL__ */