diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-12-26 09:57:11 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-12-31 09:17:34 -0200 |
commit | ed5452a2ab90e4936572807debada676e36e2efe (patch) | |
tree | efd80a6d3a0d00496dd54b2c1b0650dd3578de82 /drivers/media/dvb/frontends/drxk_hard.h | |
parent | 9f97c288c0656346c984594a6ffc5af8546f47be (diff) | |
download | kernel_goldelico_gta04-ed5452a2ab90e4936572807debada676e36e2efe.zip kernel_goldelico_gta04-ed5452a2ab90e4936572807debada676e36e2efe.tar.gz kernel_goldelico_gta04-ed5452a2ab90e4936572807debada676e36e2efe.tar.bz2 |
[media] drxk: 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/drxk_hard.h')
-rw-r--r-- | drivers/media/dvb/frontends/drxk_hard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/drxk_hard.h b/drivers/media/dvb/frontends/drxk_hard.h index 85a423f..60bcd61 100644 --- a/drivers/media/dvb/frontends/drxk_hard.h +++ b/drivers/media/dvb/frontends/drxk_hard.h @@ -197,7 +197,7 @@ struct DRXKOfdmScCmd_t { struct drxk_state { struct dvb_frontend c_frontend; struct dvb_frontend t_frontend; - struct dvb_frontend_parameters param; + struct dtv_frontend_properties props; struct device *dev; struct i2c_adapter *i2c; |