summaryrefslogtreecommitdiff
path: root/drivers/media/common/tuners/tda18271.h
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@kernellabs.com>2009-08-28 20:53:30 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-09-19 00:13:41 -0300
commit2dfca76303937f256e11754a716eb198b22afdd5 (patch)
treee0fbac9ca6b90342ecb53e127b6ed7786582e94c /drivers/media/common/tuners/tda18271.h
parent72c8364a662b7e995f86931dcb768b77bc44bca5 (diff)
V4L/DVB (12863): tda18271: add new standby mode: slave tuner output / loop thru on
Add new standby mode: TDA18271_STANDBY_LT_ON = slave tuner output loop thru on w/ xtal osc off Signed-off-by: Michael Krufky <mkrufky@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common/tuners/tda18271.h')
-rw-r--r--drivers/media/common/tuners/tda18271.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/common/tuners/tda18271.h b/drivers/media/common/tuners/tda18271.h
index 9ca716f6b1f5..bf6ba099a6bb 100644
--- a/drivers/media/common/tuners/tda18271.h
+++ b/drivers/media/common/tuners/tda18271.h
@@ -74,6 +74,9 @@ enum tda18271_standby_mode {
/* xtal oscillator on */
TDA18271_STANDBY_XT_ON,
+ /* slave tuner output / loop thru on */
+ TDA18271_STANDBY_LT_ON,
+
/* power off */
TDA18271_STANDBY_POWER_OFF,
};