aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2013-03-25 04:42:46 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-03-25 07:52:40 -0400
commitdad7fab933622ee67774a9219d5c18040d97a5e5 (patch)
treeae59018030c13764ab1f03f93ccef9eaad2ba817
parentf5df0b7ff57732f938373f49e89ca219d4717836 (diff)
[media] solo6x10: rename headers
Prefix the headers with 'solo6x10-'. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/staging/media/solo6x10/core.c2
-rw-r--r--drivers/staging/media/solo6x10/g723.c2
-rw-r--r--drivers/staging/media/solo6x10/solo6x10-offsets.h (renamed from drivers/staging/media/solo6x10/offsets.h)0
-rw-r--r--drivers/staging/media/solo6x10/solo6x10-regs.h (renamed from drivers/staging/media/solo6x10/registers.h)2
-rw-r--r--drivers/staging/media/solo6x10/solo6x10-tw28.h (renamed from drivers/staging/media/solo6x10/tw28.h)0
-rw-r--r--drivers/staging/media/solo6x10/solo6x10.h2
-rw-r--r--drivers/staging/media/solo6x10/tw28.c2
-rw-r--r--drivers/staging/media/solo6x10/v4l2-enc.c2
-rw-r--r--drivers/staging/media/solo6x10/v4l2.c2
9 files changed, 7 insertions, 7 deletions
diff --git a/drivers/staging/media/solo6x10/core.c b/drivers/staging/media/solo6x10/core.c
index 779d4b43aaa5..36750205d23f 100644
--- a/drivers/staging/media/solo6x10/core.c
+++ b/drivers/staging/media/solo6x10/core.c
@@ -33,7 +33,7 @@
33#include <linux/slab.h> 33#include <linux/slab.h>
34 34
35#include "solo6x10.h" 35#include "solo6x10.h"
36#include "tw28.h" 36#include "solo6x10-tw28.h"
37 37
38MODULE_DESCRIPTION("Softlogic 6x10 MPEG4/H.264/G.723 CODEC V4L2/ALSA Driver"); 38MODULE_DESCRIPTION("Softlogic 6x10 MPEG4/H.264/G.723 CODEC V4L2/ALSA Driver");
39MODULE_AUTHOR("Bluecherry <maintainers@bluecherrydvr.com>"); 39MODULE_AUTHOR("Bluecherry <maintainers@bluecherrydvr.com>");
diff --git a/drivers/staging/media/solo6x10/g723.c b/drivers/staging/media/solo6x10/g723.c
index 183222e7ee95..1db18c7972a0 100644
--- a/drivers/staging/media/solo6x10/g723.c
+++ b/drivers/staging/media/solo6x10/g723.c
@@ -36,7 +36,7 @@
36#include <sound/control.h> 36#include <sound/control.h>
37 37
38#include "solo6x10.h" 38#include "solo6x10.h"
39#include "tw28.h" 39#include "solo6x10-tw28.h"
40 40
41#define G723_FDMA_PAGES 32 41#define G723_FDMA_PAGES 32
42#define G723_PERIOD_BYTES 48 42#define G723_PERIOD_BYTES 48
diff --git a/drivers/staging/media/solo6x10/offsets.h b/drivers/staging/media/solo6x10/solo6x10-offsets.h
index f005dca501f1..f005dca501f1 100644
--- a/drivers/staging/media/solo6x10/offsets.h
+++ b/drivers/staging/media/solo6x10/solo6x10-offsets.h
diff --git a/drivers/staging/media/solo6x10/registers.h b/drivers/staging/media/solo6x10/solo6x10-regs.h
index 5e5c7e6b43bf..428f6c951180 100644
--- a/drivers/staging/media/solo6x10/registers.h
+++ b/drivers/staging/media/solo6x10/solo6x10-regs.h
@@ -25,7 +25,7 @@
25#ifndef __SOLO6X10_REGISTERS_H 25#ifndef __SOLO6X10_REGISTERS_H
26#define __SOLO6X10_REGISTERS_H 26#define __SOLO6X10_REGISTERS_H
27 27
28#include "offsets.h" 28#include "solo6x10-offsets.h"
29 29
30/* Global 6010 system configuration */ 30/* Global 6010 system configuration */
31#define SOLO_SYS_CFG 0x0000 31#define SOLO_SYS_CFG 0x0000
diff --git a/drivers/staging/media/solo6x10/tw28.h b/drivers/staging/media/solo6x10/solo6x10-tw28.h
index 1a02c87d4cf0..1a02c87d4cf0 100644
--- a/drivers/staging/media/solo6x10/tw28.h
+++ b/drivers/staging/media/solo6x10/solo6x10-tw28.h
diff --git a/drivers/staging/media/solo6x10/solo6x10.h b/drivers/staging/media/solo6x10/solo6x10.h
index da7611ea0e7e..3526d6b56c5c 100644
--- a/drivers/staging/media/solo6x10/solo6x10.h
+++ b/drivers/staging/media/solo6x10/solo6x10.h
@@ -41,7 +41,7 @@
41#include <media/v4l2-ctrls.h> 41#include <media/v4l2-ctrls.h>
42#include <media/videobuf2-core.h> 42#include <media/videobuf2-core.h>
43 43
44#include "registers.h" 44#include "solo6x10-regs.h"
45 45
46#ifndef PCI_VENDOR_ID_SOFTLOGIC 46#ifndef PCI_VENDOR_ID_SOFTLOGIC
47#define PCI_VENDOR_ID_SOFTLOGIC 0x9413 47#define PCI_VENDOR_ID_SOFTLOGIC 0x9413
diff --git a/drivers/staging/media/solo6x10/tw28.c b/drivers/staging/media/solo6x10/tw28.c
index 6c77af8259b3..ad00e2b60323 100644
--- a/drivers/staging/media/solo6x10/tw28.c
+++ b/drivers/staging/media/solo6x10/tw28.c
@@ -26,7 +26,7 @@
26#include <linux/delay.h> 26#include <linux/delay.h>
27 27
28#include "solo6x10.h" 28#include "solo6x10.h"
29#include "tw28.h" 29#include "solo6x10-tw28.h"
30 30
31#define DEFAULT_HDELAY_NTSC (32 - 8) 31#define DEFAULT_HDELAY_NTSC (32 - 8)
32#define DEFAULT_HACTIVE_NTSC (720 + 16) 32#define DEFAULT_HACTIVE_NTSC (720 + 16)
diff --git a/drivers/staging/media/solo6x10/v4l2-enc.c b/drivers/staging/media/solo6x10/v4l2-enc.c
index b1fa78b2eaff..39a8fb2802e4 100644
--- a/drivers/staging/media/solo6x10/v4l2-enc.c
+++ b/drivers/staging/media/solo6x10/v4l2-enc.c
@@ -33,7 +33,7 @@
33#include <media/videobuf2-dma-sg.h> 33#include <media/videobuf2-dma-sg.h>
34 34
35#include "solo6x10.h" 35#include "solo6x10.h"
36#include "tw28.h" 36#include "solo6x10-tw28.h"
37#include "solo6x10-jpeg.h" 37#include "solo6x10-jpeg.h"
38 38
39#define MIN_VID_BUFFERS 2 39#define MIN_VID_BUFFERS 2
diff --git a/drivers/staging/media/solo6x10/v4l2.c b/drivers/staging/media/solo6x10/v4l2.c
index 02749a3c1d8f..7b26de3488da 100644
--- a/drivers/staging/media/solo6x10/v4l2.c
+++ b/drivers/staging/media/solo6x10/v4l2.c
@@ -33,7 +33,7 @@
33#include <media/videobuf2-dma-contig.h> 33#include <media/videobuf2-dma-contig.h>
34 34
35#include "solo6x10.h" 35#include "solo6x10.h"
36#include "tw28.h" 36#include "solo6x10-tw28.h"
37 37
38/* Image size is two fields, SOLO_HW_BPL is one horizontal line in hardware */ 38/* Image size is two fields, SOLO_HW_BPL is one horizontal line in hardware */
39#define SOLO_HW_BPL 2048 39#define SOLO_HW_BPL 2048