[media] m88ds3103: implement BER

Implement read_ber for BER estimate.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
Antti Palosaari
2014-07-10 08:17:59 -03:00
committed by Mauro Carvalho Chehab
szülő 3ae266f80c
commit 4423a2ba80
2 fájl változott, egészen pontosan 82 új sor hozzáadva és 0 régi sor törölve

Fájl megtekintése

@@ -35,6 +35,7 @@ struct m88ds3103_priv {
struct dvb_frontend fe;
fe_delivery_system_t delivery_system;
fe_status_t fe_status;
u32 ber;
bool warm; /* FW running */
struct i2c_adapter *i2c_adapter;
};