aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7164/saa7164-encoder.c
diff options
context:
space:
mode:
authorSteven Toth <stoth@kernellabs.com>2010-07-31 14:39:44 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-10-21 07:54:31 -0200
commit9b8b0199b86eaa595e3ccacb413e955a193f1962 (patch)
treee1ebf749580dc031ac9d5076cf511366020febe3 /drivers/media/video/saa7164/saa7164-encoder.c
parent2e75bcea00273146615dbc6ed3bbabce8d0bc1ca (diff)
downloadkernel_samsung_smdk4412-9b8b0199b86eaa595e3ccacb413e955a193f1962.zip
kernel_samsung_smdk4412-9b8b0199b86eaa595e3ccacb413e955a193f1962.tar.gz
kernel_samsung_smdk4412-9b8b0199b86eaa595e3ccacb413e955a193f1962.tar.bz2
[media] saa7164: basic definitions for -encoder.c
Add the skeleton file, update the build environment, copyrights. Signed-off-by: Steven Toth <stoth@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/saa7164/saa7164-encoder.c')
-rw-r--r--drivers/media/video/saa7164/saa7164-encoder.c23
1 files changed, 23 insertions, 0 deletions
diff --git a/drivers/media/video/saa7164/saa7164-encoder.c b/drivers/media/video/saa7164/saa7164-encoder.c
new file mode 100644
index 0000000..eae0e1b
--- /dev/null
+++ b/drivers/media/video/saa7164/saa7164-encoder.c
@@ -0,0 +1,23 @@
+/*
+ * Driver for the NXP SAA7164 PCIe bridge
+ *
+ * Copyright (c) 2010 Steven Toth <stoth@kernellabs.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ *
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#include "saa7164.h"
+