diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2014-12-12 14:28:00 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-12-23 13:22:00 +0100 |
commit | b6f21dc3541a3660acfec1e789a011e6d4154173 (patch) | |
tree | 9c2c1721d8dcd8e2efac78536d4fdf284e1e159c /drivers/media/pci/cx25821/Makefile | |
parent | [media] cx25821: add create_bufs support (diff) | |
download | linux-b6f21dc3541a3660acfec1e789a011e6d4154173.tar.xz linux-b6f21dc3541a3660acfec1e789a011e6d4154173.zip |
[media] cx25821: remove video output support
The video output functionality never worked for this driver. Now remove the
creation of the output video nodes as well to prevent users from thinking
that video output is available, when it isn't.
To correctly implement this the video output should use vb2 as well, and
that requires rewriting the output DMA setup. But without hardware to test
I am not able to do that.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/pci/cx25821/Makefile')
-rw-r--r-- | drivers/media/pci/cx25821/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/cx25821/Makefile b/drivers/media/pci/cx25821/Makefile index 5872feb266a6..c8f8598a2b86 100644 --- a/drivers/media/pci/cx25821/Makefile +++ b/drivers/media/pci/cx25821/Makefile @@ -1,6 +1,6 @@ cx25821-y := cx25821-core.o cx25821-cards.o cx25821-i2c.o \ cx25821-gpio.o cx25821-medusa-video.o \ - cx25821-video.o cx25821-video-upstream.o + cx25821-video.o obj-$(CONFIG_VIDEO_CX25821) += cx25821.o obj-$(CONFIG_VIDEO_CX25821_ALSA) += cx25821-alsa.o |