aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/tda18271-priv.h
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2008-01-06 00:55:21 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 19:04:42 -0200
commitccbac9bb174db457181f5f58fecf9cbc3020ea1d (patch)
treede5b29979d06149858ade5d1ac44fb72b6de5fd6 /drivers/media/dvb/frontends/tda18271-priv.h
parentV4L/DVB (6977): tda18271: clean up calibration initialization procedures (diff)
downloadlinux-dev-ccbac9bb174db457181f5f58fecf9cbc3020ea1d.tar.xz
linux-dev-ccbac9bb174db457181f5f58fecf9cbc3020ea1d.zip
V4L/DVB (6978): tda18271: store frequency and bandwidth after successful tune
Store last tuned frequency & bandwidth after successful tune. Clean up tune functions -- remove pointer to tune function in state structure, instead call tune function based on priv->id. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to '')
-rw-r--r--drivers/media/dvb/frontends/tda18271-priv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/dvb/frontends/tda18271-priv.h b/drivers/media/dvb/frontends/tda18271-priv.h
index 7b06e0599dc5..b4d1ab770ca2 100644
--- a/drivers/media/dvb/frontends/tda18271-priv.h
+++ b/drivers/media/dvb/frontends/tda18271-priv.h
@@ -112,9 +112,6 @@ struct tda18271_priv {
struct tda18271_std_map std;
struct tda18271_rf_tracking_filter_cal rf_cal_state[8];
- int (*tune) (struct dvb_frontend *fe,
- u32 ifc, u32 freq, u32 bw, u8 std);
-
u32 frequency;
u32 bandwidth;
};