[media] media: Media device
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 9 Dec 2009 11:39:58 +0000 (08:39 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 22 Mar 2011 07:53:09 +0000 (04:53 -0300)
commit176fb0d108f7495ccf9aa127e1342a1a0d87e004
treea1b54ad186dde663853d4d2d24f42cd7c0f94bfb
parentcf4b9211b5680cd9ca004232e517fb7ec5bf5316
[media] media: Media device

The media_device structure abstracts functions common to all kind of
media devices (v4l2, dvb, alsa, ...). It manages media entities and
offers a userspace API to discover and configure the media device
internal topology.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Documentation/ABI/testing/sysfs-bus-media [new file with mode: 0644]
Documentation/DocBook/media-entities.tmpl
Documentation/DocBook/media.tmpl
Documentation/DocBook/v4l/media-controller.xml [new file with mode: 0644]
Documentation/media-framework.txt [new file with mode: 0644]
drivers/media/Makefile
drivers/media/media-device.c [new file with mode: 0644]
include/media/media-device.h [new file with mode: 0644]