summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tuner-driver.h
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2007-12-16 19:53:32 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 19:03:54 -0200
commit710401b837f8849dc9c28385eb5298746b811305 (patch)
tree25a556fa0f840a5d115abefac344181fd2caea00 /drivers/media/video/tuner-driver.h
parentf1c9a281005f714fdc57c830a23f2b6bd6e2b714 (diff)
V4L/DVB (6840): tuner: convert tda9887 to use TUNER_SET_CONFIG
Use TUNER_SET_CONFIG to set configuration in tda9887's private state structure, rather than storing tda9887-specific configuration within struct tuner. Update handling of TUNER_SET_CONFIG by tuner-core, to call &t->fe.ops.analog_demod_ops rather than &t->fe.ops.tuner_ops analog_demod_ops.set_config passes the request to tuner_ops.set_config, so this does not break other drivers. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/tuner-driver.h')
-rw-r--r--drivers/media/video/tuner-driver.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/video/tuner-driver.h b/drivers/media/video/tuner-driver.h
index 7f43dc68ab2..417753b7c3f 100644
--- a/drivers/media/video/tuner-driver.h
+++ b/drivers/media/video/tuner-driver.h
@@ -69,9 +69,6 @@ struct tuner {
struct dvb_frontend fe;
- /* used by tda9887 */
- unsigned int tda9887_config;
-
unsigned int config;
int (*tuner_callback) (void *dev, int command,int arg);
};