V4L/DVB (9049): convert tuner drivers to use dvb_frontend->callback
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:

committed by
Mauro Carvalho Chehab

parent
ebb8d68a5c
commit
d7cba043d7
@@ -179,7 +179,7 @@ struct tuner_setup {
|
||||
unsigned int type; /* Tuner type */
|
||||
unsigned int mode_mask; /* Allowed tuner modes */
|
||||
unsigned int config; /* configuraion for more complex tuners */
|
||||
int (*tuner_callback) (void *dev, int command,int arg);
|
||||
int (*tuner_callback) (void *dev, int component, int cmd, int arg);
|
||||
};
|
||||
|
||||
#endif /* __KERNEL__ */
|
||||
|
Reference in New Issue
Block a user