summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/em28xx/em28xx.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <m.chehab@samsung.com>2014-01-12 11:08:22 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-01-13 10:30:30 -0200
commitee97207c6e7e9a75f49e2abb7ecf944d319ed969 (patch)
treec79c7fb072055224c5b7fe5ec3f116b062763b02 /drivers/media/usb/em28xx/em28xx.h
parentfa1e1de6bb679f2c86da3311bbafee7eaf78f125 (diff)
downloadtalos-op-linux-ee97207c6e7e9a75f49e2abb7ecf944d319ed969.tar.gz
talos-op-linux-ee97207c6e7e9a75f49e2abb7ecf944d319ed969.zip
[media] em28xx: fix xc3028 demod and firmware setup on DVB
Now that em28xx can be compiled without V4L support, we should call em28xx_setup_xc3028() on both em28xx-v4l and em28xx-dvb modules. Reported-by: Chris Lee <updatelee@gmail.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/usb/em28xx/em28xx.h')
-rw-r--r--drivers/media/usb/em28xx/em28xx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/em28xx/em28xx.h b/drivers/media/usb/em28xx/em28xx.h
index e76f993e3195..5d5d1b6f0294 100644
--- a/drivers/media/usb/em28xx/em28xx.h
+++ b/drivers/media/usb/em28xx/em28xx.h
@@ -762,6 +762,7 @@ void em28xx_close_extension(struct em28xx *dev);
extern struct em28xx_board em28xx_boards[];
extern struct usb_device_id em28xx_id_table[];
int em28xx_tuner_callback(void *ptr, int component, int command, int arg);
+void em28xx_setup_xc3028(struct em28xx *dev, struct xc2028_ctrl *ctl);
void em28xx_release_resources(struct em28xx *dev);
/* Provided by em28xx-camera.c */
OpenPOWER on IntegriCloud