[media] rtl2830: wrap DVBv5 CNR to DVBv3 SNR

Change legacy DVBv3 read SNR to return values calculated by DVBv5
statistics.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
Antti Palosaari
2014-12-09 10:48:10 -03:00
committed by Mauro Carvalho Chehab
parent f491391cc3
commit 6dcfe3cc2e
2 changed files with 4 additions and 41 deletions

View File

@@ -22,6 +22,7 @@
#include "dvb_math.h"
#include "rtl2830.h"
#include <linux/i2c-mux.h>
#include <linux/math64.h>
struct rtl2830_dev {
struct rtl2830_platform_data *pdata;