diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2016-09-24 19:40:19 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-11-22 16:00:26 -0200 |
commit | 61393b0732fadc1efb2682c92062a54ff9f8fe0b (patch) | |
tree | 4728e3e4ea58f52c1a99bbf853b6e9a3c94b8cfd /drivers/media/dvb-frontends/mn88473_priv.h | |
parent | 30f88a42b65858d777b8dfb40bb222fa31d5f0d9 (diff) | |
download | linux-61393b0732fadc1efb2682c92062a54ff9f8fe0b.tar.bz2 |
[media] mn88473: add DVBv5 statistics support
Implement DVBv5 statistics support for DVB-T, DVB-T2 and DVB-C. All
information was taken from the LinuxTV wiki, where Benjamin Larsson has
documented all registers:
https://www.linuxtv.org/wiki/index.php/Panasonic_MN88472
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/dvb-frontends/mn88473_priv.h')
-rw-r--r-- | drivers/media/dvb-frontends/mn88473_priv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/mn88473_priv.h b/drivers/media/dvb-frontends/mn88473_priv.h index e6c65893e451..7cbef7b7fb39 100644 --- a/drivers/media/dvb-frontends/mn88473_priv.h +++ b/drivers/media/dvb-frontends/mn88473_priv.h @@ -18,6 +18,7 @@ #define MN88473_PRIV_H #include "dvb_frontend.h" +#include "dvb_math.h" #include "mn88473.h" #include <linux/firmware.h> #include <linux/regmap.h> |