summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/stv0299.h
diff options
context:
space:
mode:
authorOliver Endriss <o.endriss@gmx.de>2008-04-21 04:57:34 +0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-24 21:09:45 +0400
commite84b133e329ddad725907844c285efcd35dae39d (patch)
treec9cda47857845b8bdd88bd5411a90301efbbad0d /drivers/media/dvb/frontends/stv0299.h
parent94ad6de7051a9eb6beda096144c5b409538eab86 (diff)
downloadlinux-e84b133e329ddad725907844c285efcd35dae39d.tar.xz
V4L/DVB (7661): stv0299: Add flag to turn off OP0 output
Add flag to turn off OP0 output. Signed-off-by: Oliver Endriss <o.endriss@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/stv0299.h')
-rw-r--r--drivers/media/dvb/frontends/stv0299.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/stv0299.h b/drivers/media/dvb/frontends/stv0299.h
index 84eaeb518540..abd9cf8153cf 100644
--- a/drivers/media/dvb/frontends/stv0299.h
+++ b/drivers/media/dvb/frontends/stv0299.h
@@ -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;