]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commita5cb9e35ca36dca86e8e7b49db20e03b8a4ce804
treee4e79232b86fcb568af931fb571d048a7085f23d
parent7126e8ff7ac8f8943a4b6e78e0a2488c26a56b6f
[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