Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164091
b: refs/heads/master
c: 2dfca76
h: refs/heads/master
i:
  164089: 0e30306
  164087: 9199474
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Sep 19, 2009
1 parent a0b59a6 commit 13bea10
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 72c8364a662b7e995f86931dcb768b77bc44bca5
refs/heads/master: 2dfca76303937f256e11754a716eb198b22afdd5
4 changes: 4 additions & 0 deletions trunk/drivers/media/common/tuners/tda18271-fe.c
Original file line number Diff line number Diff line change
Expand Up @@ -1026,6 +1026,10 @@ static int tda18271_sleep(struct dvb_frontend *fe)
tda_dbg("standby mode: xtal oscillator on\n");
ret = tda18271_set_standby_mode(fe, 1, 1, 0);
break;
case TDA18271_STANDBY_LT_ON:
tda_dbg("standby mode: slave tuner output / loop thru on\n");
ret = tda18271_set_standby_mode(fe, 1, 0, 1);
break;
case TDA18271_STANDBY_LT_XT_ON:
default:
tda_dbg("standby mode: loop thru & xtal oscillator on\n");
Expand Down
3 changes: 3 additions & 0 deletions trunk/drivers/media/common/tuners/tda18271.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit 13bea10

Please sign in to comment.