From 5ae93fa2a3fc12c8d5e4c3f22917f4185b3feadd Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Thu, 23 Oct 2008 00:07:42 +0000 Subject: adding sharp s921 ISDB-T driver From: Markus Rechberger 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 --- linux/drivers/media/video/empia/sharp/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 linux/drivers/media/video/empia/sharp/Makefile (limited to 'linux/drivers/media/video/empia/sharp/Makefile') diff --git a/linux/drivers/media/video/empia/sharp/Makefile b/linux/drivers/media/video/empia/sharp/Makefile new file mode 100644 index 000000000..510561130 --- /dev/null +++ b/linux/drivers/media/video/empia/sharp/Makefile @@ -0,0 +1,3 @@ +s921-objs := s921_module.o s921_core.o + +obj-m += s921.o -- cgit v1.2.3