diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-08-04 20:38:46 -0400 |
---|---|---|
committer | Steven Toth <stoth@hauppauge.com> | 2008-08-04 20:38:46 -0400 |
commit | d969569e5e7121895a7417ae03568bdf5a832196 (patch) | |
tree | 790f75c34b173359a204f319b9bbf1a2ccafaf9a /linux/drivers/media/video/cx23885/cx23885.h | |
parent | 32c971ba6a7bcf28f668cc9fd363b3b8f7251b40 (diff) | |
download | mediapointer-dvb-s2-d969569e5e7121895a7417ae03568bdf5a832196.tar.gz mediapointer-dvb-s2-d969569e5e7121895a7417ae03568bdf5a832196.tar.bz2 |
Switch Hauppauge HVR1400 and HVR1500 to common cx23885 tuner callback
From: Steven Toth <stoth@hauppauge.com>
The Hauppauge HVR1400 and HVR1500 can now use the common cx23885 tuner
callback.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Anton Blanchard <anton@samba.org>
Diffstat (limited to 'linux/drivers/media/video/cx23885/cx23885.h')
-rw-r--r-- | linux/drivers/media/video/cx23885/cx23885.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx23885/cx23885.h b/linux/drivers/media/video/cx23885/cx23885.h index 592a99c81..931226290 100644 --- a/linux/drivers/media/video/cx23885/cx23885.h +++ b/linux/drivers/media/video/cx23885/cx23885.h @@ -411,6 +411,7 @@ extern struct cx23885_subid cx23885_subids[]; extern const unsigned int cx23885_idcount; extern int cx23885_xc5000_tuner_callback(void *priv, int command, int arg); +extern int cx23885_xc3028_tuner_callback(void *priv, int command, int arg); extern void cx23885_card_list(struct cx23885_dev *dev); extern int cx23885_ir_init(struct cx23885_dev *dev); extern void cx23885_gpio_setup(struct cx23885_dev *dev); |