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>
This commit is contained in:
Michael Krufky
2008-04-22 14:45:53 -03:00
committed by Mauro Carvalho Chehab
parent 22ef8fc945
commit 6f4a57292f
3 changed files with 76 additions and 0 deletions

View File

@@ -120,6 +120,9 @@ struct tunertype {
u16 min;
u16 max;
u16 stepsize;
u8 *initdata;
u8 *sleepdata;
};
extern struct tunertype tuners[];