OSDN Git Service

[media] siano: add support for the media controller at USB driver
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 7 Jan 2015 11:03:03 +0000 (08:03 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 26 Feb 2015 11:46:48 +0000 (08:46 -0300)
commit46b1e21fe50f9f58ceaffc10c5aea50366cf7af5
treee4e79232b86fcb568af931fb571d048a7085f23d
parent7e4f23d53d0f5b9934302324a2d736d1c07c2d2b
[media] siano: add support for the media controller at USB driver

Adding support for the media controller for a pure DVB device
is simple: just create a struct media_device and add it to the
dvb adapter. After creating all DVB devices, we need to call
the DVB core, for it to create the media graph.

More work is needed for pure DVB tuners, but this is hidden
at the Siano driver, just like several others non-hybrid
devices. So, this is streight forward.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/common/siano/smscoreapi.h
drivers/media/common/siano/smsdvb-main.c
drivers/media/usb/siano/smsusb.c