aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2007-05-29 21:54:06 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-07-18 13:23:48 -0400
commitb208319993ceff7ebfcc6bb914fe94d29e48a891 (patch)
tree0a0697806b221c7711914dbdfe2bd3972c206b23 /include
parent56584c9ea9a6dcd672f97ebfeebc4903e8b903bc (diff)
V4L/DVB (5719): Tuner: Move device-specific private data out of tuner struct
Create private data struct for device specific private data. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'include')
-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);