diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-04-22 14:45:53 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 14:07:50 -0300 |
commit | 6f4a57292f4f0a0fef5e4e39cb394fedcf2acf9f (patch) | |
tree | 7808cee65ac46fed106b3078213ca422cbe2cee7 /include/media | |
parent | 22ef8fc945b28398d93a5d362e54915b66eba23f (diff) |
V4L/DVB (7351): tuner-simple: add init and sleep methods
taken from dvb-pll
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/tuner-types.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/media/tuner-types.h b/include/media/tuner-types.h index 4b5e5cf780c..fda12093cab 100644 --- a/include/media/tuner-types.h +++ b/include/media/tuner-types.h @@ -120,6 +120,9 @@ struct tunertype { u16 min; u16 max; u16 stepsize; + + u8 *initdata; + u8 *sleepdata; }; extern struct tunertype tuners[]; |