aboutsummaryrefslogtreecommitdiffstats
path: root/include/media/tuner.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/media/tuner.h')
-rw-r--r--include/media/tuner.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/include/media/tuner.h b/include/media/tuner.h
index 7861babd4c90..b901373c6e10 100644
--- a/include/media/tuner.h
+++ b/include/media/tuner.h
@@ -199,21 +199,10 @@ struct tuner {
199 v4l2_std_id std; 199 v4l2_std_id std;
200 200
201 int using_v4l2; 201 int using_v4l2;
202 void *priv;
202 203
203 /* used by tda9887 */ 204 /* used by tda9887 */
204 unsigned int tda9887_config; 205 unsigned int tda9887_config;
205 unsigned char tda9887_data[4];
206
207 /* used by MT2032 */
208 unsigned int xogc;
209 unsigned int radio_if2;
210
211 /* used by tda8290 */
212 unsigned char tda8290_easy_mode;
213 unsigned char tda827x_lpsel;
214 unsigned char tda827x_addr;
215 unsigned char tda827x_ver;
216 unsigned int sgIF;
217 206
218 unsigned int config; 207 unsigned int config;
219 int (*tuner_callback) (void *dev, int command,int arg); 208 int (*tuner_callback) (void *dev, int command,int arg);