patch-2.4.22 linux-2.4.22/drivers/media/video/bttvp.h

Next file: linux-2.4.22/drivers/media/video/cpia_pp.c
Previous file: linux-2.4.22/drivers/media/video/bttv.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/drivers/media/video/bttvp.h linux-2.4.22/drivers/media/video/bttvp.h
@@ -25,7 +25,8 @@
 #ifndef _BTTVP_H_
 #define _BTTVP_H_
 
-#define BTTV_VERSION_CODE KERNEL_VERSION(0,7,104)
+#include <linux/version.h>
+#define BTTV_VERSION_CODE KERNEL_VERSION(0,7,107)
 
 #include <linux/types.h>
 #include <linux/wait.h>
@@ -35,6 +36,8 @@
 #include "bt848.h"
 #include "bttv.h"
 #include "audiochip.h"
+#include "tuner.h"
+#include "i2c-compat.h"
 
 #ifdef __KERNEL__
 
@@ -53,8 +56,7 @@
 #define dprintk		if (bttv_debug)   printk
 #define vprintk		if (bttv_verbose) printk
 
-/* Anybody who uses more than four? */
-#define BTTV_MAX 4
+#define BTTV_MAX 16
 extern unsigned int bttv_num;			/* number of Bt848s in use */
 extern struct bttv bttvs[BTTV_MAX];
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)