[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>
This commit is contained in:
parent
f5df0b7ff5
commit
dad7fab933
9 changed files with 7 additions and 7 deletions
|
@ -33,7 +33,7 @@
|
|||
#include <linux/slab.h>
|
||||
|
||||
#include "solo6x10.h"
|
||||
#include "tw28.h"
|
||||
#include "solo6x10-tw28.h"
|
||||
|
||||
MODULE_DESCRIPTION("Softlogic 6x10 MPEG4/H.264/G.723 CODEC V4L2/ALSA Driver");
|
||||
MODULE_AUTHOR("Bluecherry <maintainers@bluecherrydvr.com>");
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#include <sound/control.h>
|
||||
|
||||
#include "solo6x10.h"
|
||||
#include "tw28.h"
|
||||
#include "solo6x10-tw28.h"
|
||||
|
||||
#define G723_FDMA_PAGES 32
|
||||
#define G723_PERIOD_BYTES 48
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#ifndef __SOLO6X10_REGISTERS_H
|
||||
#define __SOLO6X10_REGISTERS_H
|
||||
|
||||
#include "offsets.h"
|
||||
#include "solo6x10-offsets.h"
|
||||
|
||||
/* Global 6010 system configuration */
|
||||
#define SOLO_SYS_CFG 0x0000
|
|
@ -41,7 +41,7 @@
|
|||
#include <media/v4l2-ctrls.h>
|
||||
#include <media/videobuf2-core.h>
|
||||
|
||||
#include "registers.h"
|
||||
#include "solo6x10-regs.h"
|
||||
|
||||
#ifndef PCI_VENDOR_ID_SOFTLOGIC
|
||||
#define PCI_VENDOR_ID_SOFTLOGIC 0x9413
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include <linux/delay.h>
|
||||
|
||||
#include "solo6x10.h"
|
||||
#include "tw28.h"
|
||||
#include "solo6x10-tw28.h"
|
||||
|
||||
#define DEFAULT_HDELAY_NTSC (32 - 8)
|
||||
#define DEFAULT_HACTIVE_NTSC (720 + 16)
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include <media/videobuf2-dma-sg.h>
|
||||
|
||||
#include "solo6x10.h"
|
||||
#include "tw28.h"
|
||||
#include "solo6x10-tw28.h"
|
||||
#include "solo6x10-jpeg.h"
|
||||
|
||||
#define MIN_VID_BUFFERS 2
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include <media/videobuf2-dma-contig.h>
|
||||
|
||||
#include "solo6x10.h"
|
||||
#include "tw28.h"
|
||||
#include "solo6x10-tw28.h"
|
||||
|
||||
/* Image size is two fields, SOLO_HW_BPL is one horizontal line in hardware */
|
||||
#define SOLO_HW_BPL 2048
|
||||
|
|
Loading…
Reference in a new issue