diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-08-04 20:36:49 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-12 07:36:48 -0400 |
commit | 0fbbff33fcab605b1a5c53a20c302aad24b082ef (patch) | |
tree | 3e2d03f01f45ef05cbacb4c6336d57d9d21f408a /drivers/media/video/cx23885/cx23885.h | |
parent | ad4eada70b2a145aabb1814fdc080480f796decb (diff) |
V4L/DVB (8642): cx23885: Factor out common cx23885 tuner callback
Tuners currently hook different things to the private pointer in their
callback function. Longer term we should make that private pointer
consistent, but for now separate out the guts of the cx23885 tuner callback
so we can reuse it.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx23885/cx23885.h')
-rw-r--r-- | drivers/media/video/cx23885/cx23885.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx23885/cx23885.h b/drivers/media/video/cx23885/cx23885.h index e23d97c071e0..c3478b24012a 100644 --- a/drivers/media/video/cx23885/cx23885.h +++ b/drivers/media/video/cx23885/cx23885.h | |||
@@ -409,7 +409,7 @@ extern const unsigned int cx23885_bcount; | |||
409 | extern struct cx23885_subid cx23885_subids[]; | 409 | extern struct cx23885_subid cx23885_subids[]; |
410 | extern const unsigned int cx23885_idcount; | 410 | extern const unsigned int cx23885_idcount; |
411 | 411 | ||
412 | extern int cx23885_tuner_callback(void *priv, int command, int arg); | 412 | extern int cx23885_xc5000_tuner_callback(void *priv, int command, int arg); |
413 | extern void cx23885_card_list(struct cx23885_dev *dev); | 413 | extern void cx23885_card_list(struct cx23885_dev *dev); |
414 | extern int cx23885_ir_init(struct cx23885_dev *dev); | 414 | extern int cx23885_ir_init(struct cx23885_dev *dev); |
415 | extern void cx23885_gpio_setup(struct cx23885_dev *dev); | 415 | extern void cx23885_gpio_setup(struct cx23885_dev *dev); |