dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/media/video/pvrusb2
Mauro Carvalho Chehab c2b7bbea83 V4L/DVB (7900): pvrusb: Fix Kconfig if DVB=m V4L_core=y
As reported by Ingo Molnar:

x86.git testing found the following build failure:

  drivers/built-in.o: In function `pvr2_dvb_feed_thread':
  pvrusb2-dvb.c:(.text+0x127e78): undefined reference to `dvb_dmx_swfilter'
  drivers/built-in.o: In function `pvr2_dvb_adapter_exit':
  pvrusb2-dvb.c:(.text+0x128357): undefined reference to `dvb_net_release'
  pvrusb2-dvb.c:(.text+0x12836f): undefined reference to `dvb_dmxdev_release'
  [...]

with this config:

  CONFIG_VIDEO_PVRUSB2=y
  CONFIG_DVB_CORE=m

i.e. pvrusb2 is built-in, dvb-core is modular.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2008-05-14 02:56:47 -03:00
..
Kconfig V4L/DVB (7900): pvrusb: Fix Kconfig if DVB=m V4L_core=y 2008-05-14 02:56:47 -03:00
Makefile V4L/DVB(7767): Move tuners to common/tuners 2008-04-29 18:41:37 -03:00
pvrusb2-audio.c media: fix integer as NULL pointer warnings 2008-04-28 17:31:13 -07:00
pvrusb2-audio.h
pvrusb2-context.c media: fix integer as NULL pointer warnings 2008-04-28 17:31:13 -07:00
pvrusb2-context.h V4L/DVB (7719): pvrusb2: Implement input selection enforcement 2008-04-24 14:09:49 -03:00
pvrusb2-ctrl.c V4L/DVB (7302): pvrusb2: Improve control validation for enumerations 2008-04-24 14:07:47 -03:00
pvrusb2-ctrl.h
pvrusb2-cx2584x-v4l.c media: fix integer as NULL pointer warnings 2008-04-28 17:31:13 -07:00
pvrusb2-cx2584x-v4l.h
pvrusb2-debug.h V4L/DVB (7779): pvrusb2-dvb: quiet down noise in kernel log for feed debug 2008-04-29 18:41:39 -03:00
pvrusb2-debugifc.c V4L/DVB (7699): pvrusb2: Implement statistics for USB I/O performance / tracking 2008-04-24 14:09:47 -03:00
pvrusb2-debugifc.h
pvrusb2-devattr.c V4L/DVB (7780): pvrusb2: always enable support for OnAir Creator / HDTV USB2 2008-04-29 18:41:39 -03:00
pvrusb2-devattr.h V4L/DVB (7746): pvrusb2: make signed one-bit bitfields unsigned 2008-04-26 09:29:57 -03:00
pvrusb2-dvb.c V4L/DVB (7779): pvrusb2-dvb: quiet down noise in kernel log for feed debug 2008-04-29 18:41:39 -03:00
pvrusb2-dvb.h V4L/DVB (7713): pvrusb2: Implement cleaner DVB kernel thread shutdown 2008-04-24 14:09:49 -03:00
pvrusb2-eeprom.c V4L/DVB (6696): pvrusb2: Miscellaneous tweaks for controlling tuner type and video standard 2008-01-25 19:03:03 -02:00
pvrusb2-eeprom.h
pvrusb2-encoder.c V4L/DVB (7710): pvrusb2: Implement critical digital streaming quirk for onair devices 2008-04-24 14:09:48 -03:00
pvrusb2-encoder.h V4L/DVB (6691): pvrusb2: Rework pipeline state control 2008-01-25 19:03:01 -02:00
pvrusb2-fx2-cmd.h V4L/DVB (7700): pvrusb2: Make FX2 command codes unsigned constants 2008-04-24 14:09:47 -03:00
pvrusb2-hdw-internal.h V4L/DVB (7719): pvrusb2: Implement input selection enforcement 2008-04-24 14:09:49 -03:00
pvrusb2-hdw.c V4L/DVB (7722): pvrusb2: Implement FM radio support for Gotview USB2.0 DVD 2 2008-04-24 14:09:49 -03:00
pvrusb2-hdw.h V4L/DVB (7719): pvrusb2: Implement input selection enforcement 2008-04-24 14:09:49 -03:00
pvrusb2-i2c-chips-v4l2.c V4L/DVB (5093): Pvrusb2: Emit VIDIOC_S_TUNER correctly 2007-02-21 13:34:41 -02:00
pvrusb2-i2c-cmd-v4l2.c V4L/DVB (5093): Pvrusb2: Emit VIDIOC_S_TUNER correctly 2007-02-21 13:34:41 -02:00
pvrusb2-i2c-cmd-v4l2.h V4L/DVB (5093): Pvrusb2: Emit VIDIOC_S_TUNER correctly 2007-02-21 13:34:41 -02:00
pvrusb2-i2c-core.c V4L/DVB (7094): static memory 2008-04-24 13:42:20 -03:00
pvrusb2-i2c-core.h V4L/DVB (5081): Pvrusb2: VIDIOC_G_TUNER cleanup 2007-02-21 13:34:38 -02:00
pvrusb2-io.c V4L/DVB (7699): pvrusb2: Implement statistics for USB I/O performance / tracking 2008-04-24 14:09:47 -03:00
pvrusb2-io.h V4L/DVB (7699): pvrusb2: Implement statistics for USB I/O performance / tracking 2008-04-24 14:09:47 -03:00
pvrusb2-ioread.c NULL noise: drivers/media 2008-03-30 14:18:41 -07:00
pvrusb2-ioread.h
pvrusb2-main.c V4L/DVB (7711): pvrusb2: Fix race on module unload 2008-04-24 14:09:48 -03:00
pvrusb2-std.c V4L/DVB (7317): pvrusb2: Increase buffer size for printing video standard strings 2008-04-24 14:07:48 -03:00
pvrusb2-std.h
pvrusb2-sysfs.c V4L/DVB (7715): pvrusb2: Clean out all use of __FUNCTION__ 2008-04-24 14:09:49 -03:00
pvrusb2-sysfs.h
pvrusb2-tuner.c V4L/DVB (5091): Pvrusb2: Use kzalloc in place of kmalloc/memset pairs 2007-02-21 13:34:41 -02:00
pvrusb2-tuner.h
pvrusb2-util.h
pvrusb2-v4l2.c media: fix integer as NULL pointer warnings 2008-04-28 17:31:13 -07:00
pvrusb2-v4l2.h
pvrusb2-video-v4l.c media: fix integer as NULL pointer warnings 2008-04-28 17:31:13 -07:00
pvrusb2-video-v4l.h
pvrusb2-wm8775.c V4L/DVB (5091): Pvrusb2: Use kzalloc in place of kmalloc/memset pairs 2007-02-21 13:34:41 -02:00
pvrusb2-wm8775.h
pvrusb2.h drivers/media/: Spelling fixes 2008-02-03 17:18:59 +02:00