diff options
author | Antti Palosaari <crope@iki.fi> | 2015-05-12 20:26:07 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-20 19:49:27 +0300 |
commit | c7861bb048669540ff51e2e1bf84d60f165007ad (patch) | |
tree | 64572e5b22ee696d96cb191fd6d9197fd420c7d2 /drivers/media/tuners/e4000_priv.h | |
parent | f8b9b871f832a618f71be17fe7d90034e0862862 (diff) | |
download | linux-c7861bb048669540ff51e2e1bf84d60f165007ad.tar.xz |
[media] e4000: implement V4L2 subdevice tuner and core ops
Implement V4L2 subdevice tuner and core ops. After that this driver
is hybrid driver implementing both V4L2 and DVB ops.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/tuners/e4000_priv.h')
-rw-r--r-- | drivers/media/tuners/e4000_priv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/tuners/e4000_priv.h b/drivers/media/tuners/e4000_priv.h index 8e991df9509e..d6d5d11bbfe0 100644 --- a/drivers/media/tuners/e4000_priv.h +++ b/drivers/media/tuners/e4000_priv.h @@ -34,6 +34,8 @@ struct e4000_dev { struct dvb_frontend *fe; struct v4l2_subdev sd; bool active; + unsigned int f_frequency; + unsigned int f_bandwidth; /* Controls */ struct v4l2_ctrl_handler hdl; |