]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/media/tuner-types.h
[PATCH] Notify page fault call chain for ia64
[linux-2.6-omap-h63xx.git] / include / media / tuner-types.h
index 15821ab14a9ec46cecd84f6444312afe71d76482..ad9c171bfa07177e0716e34a6d0c8be4e84b547d 100644 (file)
@@ -14,6 +14,7 @@ enum param_type {
 
 struct tuner_range {
        unsigned short limit;
+       unsigned char config;
        unsigned char cb;
 };
 
@@ -38,7 +39,6 @@ struct tuner_params {
         * static unless the control byte was sent first.
         */
        unsigned int cb_first_if_lower_freq:1;
-       unsigned char config; /* to be moved into struct tuner_range for dvb-pll merge */
 
        unsigned int count;
        struct tuner_range *ranges;
@@ -46,6 +46,7 @@ struct tuner_params {
 
 struct tunertype {
        char *name;
+       unsigned int count;
        struct tuner_params *params;
 };