diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2011-11-24 11:59:53 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-12-30 15:50:29 -0200 |
commit | 14c038627e275f7ccec4761350783340a7c1ae2b (patch) | |
tree | 32446599e6c9d68b5004d3d2a55f5906c9c3ce74 /drivers/media/dvb/frontends/cxd2820r_priv.h | |
parent | 1ca8dde859844c50e043182060acf14be5288463 (diff) | |
download | talos-op-linux-14c038627e275f7ccec4761350783340a7c1ae2b.tar.gz talos-op-linux-14c038627e275f7ccec4761350783340a7c1ae2b.zip |
[media] CXD2820r: Query DVB frontend delivery capabilities
Override default delivery system information provided by FE_GET_INFO,
so that applications can enumerate delivery systems provided by the
frontend.
Signed-off-by: Manu Abraham <abraham.manu@gmail.com>
Acked-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/cxd2820r_priv.h')
-rw-r--r-- | drivers/media/dvb/frontends/cxd2820r_priv.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/media/dvb/frontends/cxd2820r_priv.h b/drivers/media/dvb/frontends/cxd2820r_priv.h index 95539134efdb..94dcf7f0dbab 100644 --- a/drivers/media/dvb/frontends/cxd2820r_priv.h +++ b/drivers/media/dvb/frontends/cxd2820r_priv.h @@ -48,12 +48,9 @@ struct reg_val_mask { struct cxd2820r_priv { struct i2c_adapter *i2c; - struct dvb_frontend fe[2]; + struct dvb_frontend fe; struct cxd2820r_config cfg; - struct mutex fe_lock; /* FE lock */ - int active_fe:2; /* FE lock, -1=NONE, 0=DVB-T/T2, 1=DVB-C */ - bool ber_running; u8 bank[2]; |