X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fmedia%2Fv4l2-common.h;h=d4030a7e16e0b1369331dca49612800035e3c9ff;hb=ad12583f46bcb6ce93ccd99fa063c0d701146b2e;hp=c74052abb189d0243e2291ee18786d596479f3c7;hpb=9f5974c8734d83d4ab7096ed98136a82f41210d6;p=powerpc.git diff --git a/include/media/v4l2-common.h b/include/media/v4l2-common.h index c74052abb1..d4030a7e16 100644 --- a/include/media/v4l2-common.h +++ b/include/media/v4l2-common.h @@ -120,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)