1
0

[media] vimc: Virtual Media Controller core, capture and sensor

First version of the Virtual Media Controller.
Add a simple version of the core of the driver, the capture and
sensor nodes in the topology, generating a grey image in a hardcoded
format.

Signed-off-by: Helen Koike <helen.koike@collabora.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
[hans.verkuil@cisco.com: fix small typo in Kconfig]

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Este cometimento está contido em:
Helen Koike
2017-04-07 14:55:19 -03:00
cometido por Mauro Carvalho Chehab
ascendente 3c2472a3c5
cometimento f2fe89061d
11 ficheiros modificados com 1665 adições e 0 eliminações

Ver ficheiro

@@ -0,0 +1,3 @@
vimc-objs := vimc-core.o vimc-capture.o vimc-sensor.o
obj-$(CONFIG_VIDEO_VIMC) += vimc.o