linux/drivers/media
Arnd Bergmann 0d37ba6250 [media] em28xx: restore lost #ifdef
The cleanup that changed the em28xx driver to use v4l2_mc_create_media_graph
instead of its own implementation causes a build error when CONFIG_MEDIA_CONTROLLER
is disabled:

drivers/media/usb/em28xx/em28xx-video.c: In function 'em28xx_v4l2_init':
drivers/media/usb/em28xx/em28xx-video.c:2717:38: error: 'struct em28xx' has no member named 'media_dev'

This puts the new code inside the same #ifdef that controls the presence
of the 'media_dev' member, and that the old code was in.

Fixes: de39078779 ("[media] em2xx: use v4l2_mc_create_media_graph()")

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2016-03-03 14:12:26 -03:00
..
common [media] siano: firmware buffer is too small 2016-02-16 09:29:13 -02:00
dvb-core [media] Add support for Avermedia AverTV Volar HD 2 (TD110) 2016-03-03 08:33:05 -03:00
dvb-frontends [media] rtl2832: move stats polling to read status 2016-03-03 09:27:35 -03:00
firewire [media] dvb: modify core to implement interfaces/entities at MC new gen 2016-01-11 12:18:52 -02:00
i2c [media] adv7604: fix SPA register location for ADV7612 2016-03-03 07:32:20 -03:00
mmc [media] siano: register media controller earlier 2015-02-26 09:10:39 -03:00
pci [media] cx23885: incorrect I2C bus used in the CI registration 2016-03-03 12:08:07 -03:00
platform [media] coda: fix error path in case of missing pdata on non-DT platform 2016-03-03 14:11:51 -03:00
radio [media] tea575x: convert to library 2016-02-10 09:34:28 -02:00
rc [media] rc: sunxi-cir: support module autoloading 2016-03-03 12:42:34 -03:00
tuners [media] xc4000: shut up a bogus smatch message 2016-02-23 07:14:02 -03:00
usb [media] em28xx: restore lost #ifdef 2016-03-03 14:12:26 -03:00
v4l2-core [media] v4l: Add generic pipeline power management code 2016-03-03 12:29:25 -03:00
Kconfig [media] Kconfig: Re-enable Media controller support for DVB 2016-01-11 12:18:40 -02:00
Makefile [media] bq/c-qcam, w9966, pms: move to staging in preparation for removal 2014-12-16 23:21:44 -02:00
media-device.c [media] media: Properly handle user pointers 2016-03-03 13:03:06 -03:00
media-devnode.c [media] media: Fix media_open() to clear filp->private_data in error leg 2016-02-01 13:21:33 -02:00
media-entity.c [media] media: Media Controller non-locking __media_entity_pipeline_start/stop() 2016-02-27 08:33:28 -03:00