2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-26 15:45:14 +08:00
linux-next/drivers/media/pci/cobalt
Randy Dunlap 5bab86243d [media] media/pci/cobalt: fix Kconfig and build when SND is not enabled
Fix build errors in cobalt driver when CONFIG_SND is not enabled.
Fixes these build errors:

ERROR: "snd_pcm_period_elapsed" [drivers/media/pci/cobalt/cobalt.ko] undefined!
ERROR: "_snd_pcm_stream_lock_irqsave" [drivers/media/pci/cobalt/cobalt.ko] undefined!
ERROR: "snd_pcm_hw_constraint_integer" [drivers/media/pci/cobalt/cobalt.ko] undefined!
ERROR: "snd_pcm_set_ops" [drivers/media/pci/cobalt/cobalt.ko] undefined!
ERROR: "snd_pcm_stream_unlock_irqrestore" [drivers/media/pci/cobalt/cobalt.ko] undefined!
ERROR: "snd_pcm_lib_ioctl" [drivers/media/pci/cobalt/cobalt.ko] undefined!
ERROR: "snd_card_new" [drivers/media/pci/cobalt/cobalt.ko] undefined!
ERROR: "snd_card_free" [drivers/media/pci/cobalt/cobalt.ko] undefined!
ERROR: "snd_card_register" [drivers/media/pci/cobalt/cobalt.ko] undefined!
ERROR: "snd_pcm_new" [drivers/media/pci/cobalt/cobalt.ko] undefined!

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc:	Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2015-07-01 16:31:33 -03:00
..
cobalt-alsa-main.c
cobalt-alsa-pcm.c
cobalt-alsa-pcm.h
cobalt-alsa.h
cobalt-cpld.c [media] cobalt: fix 64-bit division 2015-06-10 10:01:16 -03:00
cobalt-cpld.h
cobalt-driver.c [media] adv7511: log the currently set infoframes 2015-06-09 17:30:39 -03:00
cobalt-driver.h [media] cobalt: support transfer function 2015-06-05 11:51:01 -03:00
cobalt-flash.c [media] cobalt: fix sparse warnings 2015-05-30 11:20:50 -03:00
cobalt-flash.h
cobalt-i2c.c [media] cobalt: fix sparse warnings 2015-05-30 11:21:30 -03:00
cobalt-i2c.h
cobalt-irq.c [media] cobalt: fix sparse warnings 2015-05-30 11:21:09 -03:00
cobalt-irq.h
cobalt-omnitek.c [media] cobalt: fix compiler warnings on 32 bit OSes 2015-05-30 11:19:51 -03:00
cobalt-omnitek.h
cobalt-v4l2.c [media] cobalt: fix 64-bit division 2015-06-10 10:01:16 -03:00
cobalt-v4l2.h
Kconfig [media] media/pci/cobalt: fix Kconfig and build when SND is not enabled 2015-07-01 16:31:33 -03:00
m00233_video_measure_memmap_package.h
m00235_fdma_packer_memmap_package.h
m00389_cvi_memmap_package.h
m00460_evcnt_memmap_package.h
m00473_freewheel_memmap_package.h
m00479_clk_loss_detector_memmap_package.h
m00514_syncgen_flow_evcnt_memmap_package.h
Makefile