diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-09-11 10:59:15 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:04:54 -0400 |
commit | 372978055dd564d97ca1b4099c99296eaff1fe19 (patch) | |
tree | 956775ff2bde4ab23a85326b2284be997e8607fd /drivers/media/video/ivtv/ivtv-gpio.h | |
parent | 2cc720957a743ef59f9925ecfef5f71f08387d8b (diff) |
V4L/DVB (5995): ivtv: add AverMedia M116
- Split Club3D card from Yuan PG600-2, GotView PCI DVD Lite
(different composite input)
- Add AVerTV MCE 116 Plus (M116) card
- Allow Xceive cards to be used without Xceive support
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-gpio.h')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-gpio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/ivtv/ivtv-gpio.h b/drivers/media/video/ivtv/ivtv-gpio.h index c301d2a39346..b31c679bbd8e 100644 --- a/drivers/media/video/ivtv/ivtv-gpio.h +++ b/drivers/media/video/ivtv/ivtv-gpio.h | |||
@@ -21,5 +21,5 @@ | |||
21 | /* GPIO stuff */ | 21 | /* GPIO stuff */ |
22 | void ivtv_gpio_init(struct ivtv *itv); | 22 | void ivtv_gpio_init(struct ivtv *itv); |
23 | void ivtv_reset_ir_gpio(struct ivtv *itv); | 23 | void ivtv_reset_ir_gpio(struct ivtv *itv); |
24 | int ivtv_reset_tuner_gpio(enum v4l2_tuner_type mode, void *priv, int ptr); | 24 | int ivtv_reset_tuner_gpio(void *dev, int cmd, int value); |
25 | int ivtv_gpio(struct ivtv *itv, unsigned int command, void *arg); | 25 | int ivtv_gpio(struct ivtv *itv, unsigned int command, void *arg); |