aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2006-03-19 06:45:38 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-03-24 14:26:57 -0500
commit49965a80a4c4f5cbe15fb3bb1f8f8b0ec4ef02bc (patch)
treeaaf7409eb7c44da7527b08d63bdab87e34471fce /drivers/media/video
parentde533ccf8dd51f38ef3c1751f9eb5ad3f2fcfad9 (diff)
V4L/DVB (3581): Add new media/msp3400.h header containing the routing macros
Moved msp3400.h to msp3400-driver.h. Created media/msp3400.h with the new routing defines and lots of comments. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video')
-rw-r--r--drivers/media/video/em28xx/em28xx-cards.c1
-rw-r--r--drivers/media/video/msp3400-driver.c3
-rw-r--r--drivers/media/video/msp3400-driver.h (renamed from drivers/media/video/msp3400.h)6
-rw-r--r--drivers/media/video/msp3400-kthreads.c3
4 files changed, 7 insertions, 6 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c
index 4e22fc4889e1..2d68a27417eb 100644
--- a/drivers/media/video/em28xx/em28xx-cards.c
+++ b/drivers/media/video/em28xx/em28xx-cards.c
@@ -31,7 +31,6 @@
31#include <media/audiochip.h> 31#include <media/audiochip.h>
32#include <media/tveeprom.h> 32#include <media/tveeprom.h>
33#include <media/v4l2-common.h> 33#include <media/v4l2-common.h>
34#include "msp3400.h"
35 34
36#include "em28xx.h" 35#include "em28xx.h"
37 36
diff --git a/drivers/media/video/msp3400-driver.c b/drivers/media/video/msp3400-driver.c
index 9a47ba22c133..04250284ff1e 100644
--- a/drivers/media/video/msp3400-driver.c
+++ b/drivers/media/video/msp3400-driver.c
@@ -54,9 +54,10 @@
54#include <linux/videodev2.h> 54#include <linux/videodev2.h>
55#include <media/v4l2-common.h> 55#include <media/v4l2-common.h>
56#include <media/tvaudio.h> 56#include <media/tvaudio.h>
57#include <media/msp3400.h>
57#include <linux/kthread.h> 58#include <linux/kthread.h>
58#include <linux/suspend.h> 59#include <linux/suspend.h>
59#include "msp3400.h" 60#include "msp3400-driver.h"
60 61
61/* ---------------------------------------------------------------------- */ 62/* ---------------------------------------------------------------------- */
62 63
diff --git a/drivers/media/video/msp3400.h b/drivers/media/video/msp3400-driver.h
index 25482046fc68..04821ebfe04a 100644
--- a/drivers/media/video/msp3400.h
+++ b/drivers/media/video/msp3400-driver.h
@@ -1,8 +1,8 @@
1/* 1/*
2 */ 2 */
3 3
4#ifndef MSP3400_H 4#ifndef MSP3400_DRIVER_H
5#define MSP3400_H 5#define MSP3400_DRIVER_H
6 6
7/* ---------------------------------------------------------------------- */ 7/* ---------------------------------------------------------------------- */
8 8
@@ -110,4 +110,4 @@ int msp34xxg_thread(void *data);
110void msp3400c_set_mode(struct i2c_client *client, int mode); 110void msp3400c_set_mode(struct i2c_client *client, int mode);
111void msp3400c_set_carrier(struct i2c_client *client, int cdo1, int cdo2); 111void msp3400c_set_carrier(struct i2c_client *client, int cdo1, int cdo2);
112 112
113#endif /* MSP3400_H */ 113#endif /* MSP3400_DRIVER_H */
diff --git a/drivers/media/video/msp3400-kthreads.c b/drivers/media/video/msp3400-kthreads.c
index 88b216cc49d7..9ee8dc216d7f 100644
--- a/drivers/media/video/msp3400-kthreads.c
+++ b/drivers/media/video/msp3400-kthreads.c
@@ -26,9 +26,10 @@
26#include <linux/videodev.h> 26#include <linux/videodev.h>
27#include <linux/videodev2.h> 27#include <linux/videodev2.h>
28#include <media/v4l2-common.h> 28#include <media/v4l2-common.h>
29#include <media/msp3400.h>
29#include <linux/kthread.h> 30#include <linux/kthread.h>
30#include <linux/suspend.h> 31#include <linux/suspend.h>
31#include "msp3400.h" 32#include "msp3400-driver.h"
32 33
33/* this one uses the automatic sound standard detection of newer msp34xx 34/* this one uses the automatic sound standard detection of newer msp34xx
34 chip versions */ 35 chip versions */