diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-08-21 00:25:48 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:07:35 -0400 |
commit | e18f9444bda60a67e6feef00c354f8de0cdaeba7 (patch) | |
tree | 249fdd5ffa57459f8e126987ccef51e7cb69f893 /drivers/media/video/tuner-driver.h | |
parent | db8a695658cda21eacfa2a5e3b15e8964bfb93ef (diff) |
V4L/DVB (6128): hybrid tuner refactoring core changes, phase 1
Prepare tuner-core for conversion of tuner sub-drivers into
dvb_frontend modules
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Acked-by: Hans Verkuil <hverkuil@xs4all.nl>
Acked-by: Mike Isely <isely@pobox.com>
Acked-by: Steven Toth <stoth@hauppauge.com>
Acked-by: Patrick Boettcher <pb@linuxtv.org>
Acked-by: Jarod Wilson <jwilson@redhat.com>
Acked-by: Oliver Endriss <o.endriss@gmx.de>
Acked-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/tuner-driver.h')
-rw-r--r-- | drivers/media/video/tuner-driver.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/tuner-driver.h b/drivers/media/video/tuner-driver.h index 3cd1d446f2f3..d4c02b4abe71 100644 --- a/drivers/media/video/tuner-driver.h +++ b/drivers/media/video/tuner-driver.h | |||
@@ -25,6 +25,7 @@ | |||
25 | #include <linux/videodev2.h> | 25 | #include <linux/videodev2.h> |
26 | #include <linux/i2c.h> | 26 | #include <linux/i2c.h> |
27 | #include "tuner-i2c.h" | 27 | #include "tuner-i2c.h" |
28 | #include "dvb_frontend.h" | ||
28 | 29 | ||
29 | extern unsigned const int tuner_count; | 30 | extern unsigned const int tuner_count; |
30 | 31 | ||
@@ -58,6 +59,8 @@ struct tuner { | |||
58 | int using_v4l2; | 59 | int using_v4l2; |
59 | void *priv; | 60 | void *priv; |
60 | 61 | ||
62 | struct dvb_frontend fe; | ||
63 | |||
61 | /* used by tda9887 */ | 64 | /* used by tda9887 */ |
62 | unsigned int tda9887_config; | 65 | unsigned int tda9887_config; |
63 | 66 | ||