commit | 6f4a57292f4f0a0fef5e4e39cb394fedcf2acf9f | [log] [tgz] |
---|---|---|
author | Michael Krufky <[email protected]> | Tue Apr 22 14:45:53 2008 -0300 |
committer | Mauro Carvalho Chehab <[email protected]> | Thu Apr 24 14:07:50 2008 -0300 |
tree | 7808cee65ac46fed106b3078213ca422cbe2cee7 | |
parent | 22ef8fc945b28398d93a5d362e54915b66eba23f [diff] [blame] |
V4L/DVB (7351): tuner-simple: add init and sleep methods taken from dvb-pll Signed-off-by: Michael Krufky <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
diff --git a/include/media/tuner-types.h b/include/media/tuner-types.h index 4b5e5cf..fda1209 100644 --- a/include/media/tuner-types.h +++ b/include/media/tuner-types.h
@@ -120,6 +120,9 @@ u16 min; u16 max; u16 stepsize; + + u8 *initdata; + u8 *sleepdata; }; extern struct tunertype tuners[];