aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/drxd.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2011-12-26 09:43:05 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-12-31 09:17:25 -0200
commit9f97c288c0656346c984594a6ffc5af8546f47be (patch)
tree0e4fe90238bf71ca87f777fd7509785a288dffb1 /drivers/media/dvb/frontends/drxd.h
parentaac865f7c92990f2db17cfe9e9ef89a8706253f7 (diff)
[media] drxd: convert set_fontend to use DVBv5 parameters
Instead of using dvb_frontend_parameters struct, that were designed for a subset of the supported standards, use the DVBv5 cache information. Also, fill the supported delivery systems at dvb_frontend_ops struct. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/drxd.h')
-rw-r--r--drivers/media/dvb/frontends/drxd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/dvb/frontends/drxd.h b/drivers/media/dvb/frontends/drxd.h
index 7113535844f..34398738f9b 100644
--- a/drivers/media/dvb/frontends/drxd.h
+++ b/drivers/media/dvb/frontends/drxd.h
@@ -48,8 +48,6 @@ struct drxd_config {
u8 disable_i2c_gate_ctrl;
u32 IF;
- int (*pll_set) (void *priv, void *priv_params,
- u8 pll_addr, u8 demoda_addr, s32 *off);
s16(*osc_deviation) (void *priv, s16 dev, int flag);
};