mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-16 14:30:06 -04:00
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:
committed by
Mauro Carvalho Chehab
parent
22ef8fc945
commit
6f4a57292f
@@ -120,6 +120,9 @@ struct tunertype {
|
||||
u16 min;
|
||||
u16 max;
|
||||
u16 stepsize;
|
||||
|
||||
u8 *initdata;
|
||||
u8 *sleepdata;
|
||||
};
|
||||
|
||||
extern struct tunertype tuners[];
|
||||
|
||||
Reference in New Issue
Block a user