aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/tuners/e4000_priv.h
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2013-10-15 19:22:45 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-03-14 05:21:27 -0300
commit28fd31f82dccfcfcb4c80fd916d4caf875c04d90 (patch)
treecbc74bc76d16c9de8ccb46119f4034bba37471ee /drivers/media/tuners/e4000_priv.h
parent[media] media: rc-core: use %s in rc_map_get() module load (diff)
downloadlinux-dev-28fd31f82dccfcfcb4c80fd916d4caf875c04d90.tar.xz
linux-dev-28fd31f82dccfcfcb4c80fd916d4caf875c04d90.zip
[media] e4000: convert DVB tuner to I2C driver model
Driver conversion from proprietary DVB tuner model to more general I2C driver model. Cc: Jean Delvare <khali@linux-fr.org> Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/tuners/e4000_priv.h')
-rw-r--r--drivers/media/tuners/e4000_priv.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/media/tuners/e4000_priv.h b/drivers/media/tuners/e4000_priv.h
index a3855053e78f..8f45a300f688 100644
--- a/drivers/media/tuners/e4000_priv.h
+++ b/drivers/media/tuners/e4000_priv.h
@@ -24,8 +24,9 @@
#include "e4000.h"
struct e4000_priv {
- const struct e4000_config *cfg;
- struct i2c_adapter *i2c;
+ struct i2c_client *client;
+ u32 clock;
+ struct dvb_frontend *fe;
};
struct e4000_pll {