]> err.no Git - linux-2.6/blobdiff - include/media/v4l2-common.h
[PATCH] USB: add support for OCHI on AT91rm9200
[linux-2.6] / include / media / v4l2-common.h
index 3cc3132f391ec967839f39ff8423f1d8502b2b6b..d4030a7e16e0b1369331dca49612800035e3c9ff 100644 (file)
@@ -49,9 +49,8 @@
 
 /* These three macros assume that the debug level is set with a module
    parameter called 'debug'. */
-#define v4l_dbg(level, client, fmt, arg...)                                 \
+#define v4l_dbg(level, debug, client, fmt, arg...)                          \
        do {                                                                 \
-               extern int debug;                                            \
                if (debug >= (level))                                        \
                        v4l_client_printk(KERN_DEBUG, client, fmt , ## arg); \
        } while (0)
@@ -121,6 +120,13 @@ enum v4l2_chip_ident {
 /* select from TV,radio,extern,MUTE */
 #define AUDC_SET_INPUT        _IOW('d',89,int)
 
+/* msp3400 ioctl: will be removed in the near future */
+struct msp_matrix {
+  int input;
+  int output;
+};
+#define MSP_SET_MATRIX     _IOW('m',17,struct msp_matrix)
+
 /* tuner ioctls */
 /* Sets tuner type and its I2C addr */
 #define TUNER_SET_TYPE_ADDR          _IOW('d',90,int)