diff options
author | Antti Palosaari <crope@iki.fi> | 2016-02-04 20:01:51 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-03-03 13:26:05 +0100 |
commit | 7908fad99a6cc08a41c666d425df42809b34dce2 (patch) | |
tree | ef02f147a33cf69b9b8cf027e178b51805b64f74 /drivers/media/dvb-frontends/mn88473_priv.h | |
parent | [media] mn88473: move out of staging (diff) | |
download | linux-7908fad99a6cc08a41c666d425df42809b34dce2.tar.xz linux-7908fad99a6cc08a41c666d425df42809b34dce2.zip |
[media] mn88473: finalize driver
Finalize the driver.
It still lacks a lot of features, like all statistics and PLP
filtering, but basic functionality and sensitivity is pretty good
shape.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Reviewed-by: Benjamin Larsson <benjamin@southpole.se>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/mn88473_priv.h')
-rw-r--r-- | drivers/media/dvb-frontends/mn88473_priv.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/media/dvb-frontends/mn88473_priv.h b/drivers/media/dvb-frontends/mn88473_priv.h index 54beb4241ccf..e6c65893e451 100644 --- a/drivers/media/dvb-frontends/mn88473_priv.h +++ b/drivers/media/dvb-frontends/mn88473_priv.h @@ -27,11 +27,10 @@ struct mn88473_dev { struct i2c_client *client[3]; struct regmap *regmap[3]; - struct dvb_frontend fe; + struct dvb_frontend frontend; u16 i2c_wr_max; - enum fe_delivery_system delivery_system; - bool warm; /* FW running */ - u32 xtal; + bool active; + u32 clk; }; #endif |