V4L/DVB (7661): stv0299: Add flag to turn off OP0 output
[deliverable/linux.git] / drivers / media / dvb / frontends / stv0299.h
index 84eaeb51854026f821a88bf551f2b3bc3365774e..abd9cf8153cf2266003a831e5d2dfec0556bb8d0 100644 (file)
@@ -82,6 +82,9 @@ struct stv0299_config
        /* Is 13v controlled by OP0 or OP1? */
        u8 volt13_op0_op1:1;
 
+       /* Turn-off OP0? */
+       u8 op0_off:1;
+
        /* minimum delay before retuning */
        int min_delay_ms;
 
This page took 0.023407 seconds and 5 git commands to generate.