]> git.baikalelectronics.ru Git - kernel.git/commit
V4L/DVB (9364): adding sharp s921 ISDB-T driver
authorMarkus Rechberger <mrechberger@gmail.com>
Thu, 23 Oct 2008 00:07:42 +0000 (21:07 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 29 Dec 2008 19:53:13 +0000 (17:53 -0200)
commit609c2103858461db3dcca40428222fae4140ba3a
tree6cc3bf5f7b7df5d4656b21a16803b70af709a7d0
parent908912ac52f48a996d2006f4a07690b4977e1179
V4L/DVB (9364): adding sharp s921 ISDB-T driver

s921_module.c:
    wrapper for the dvb frontend interface
    s921_core.c:
    core s921 1seg ISDB-T driver, everything is set to auto as much as possible
    in order to not require certain parameters which currently cannot be passed
    to the ISDB-T chip.

    ISDB-T support can be tested using dvbscan, dvbstream/snoop and mplayer
    Tested 1seg H264/aac stream with this driver using a custom linux
ISDB-T player

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/empia/sharp/Makefile [new file with mode: 0644]
drivers/media/video/empia/sharp/s921_core.c [new file with mode: 0644]
drivers/media/video/empia/sharp/s921_core.h [new file with mode: 0644]
drivers/media/video/empia/sharp/s921_module.c [new file with mode: 0644]
drivers/media/video/empia/sharp/s921_module.h [new file with mode: 0644]