]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commitaa56cb9db05858912f5d06b36740df5600666e3d
tree6cc3bf5f7b7df5d4656b21a16803b70af709a7d0
parent2c5aacc6c7916e0a432991b68f3645540365ad53
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]