Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115664
b: refs/heads/master
c: 7456321
h: refs/heads/master
v: v3
  • Loading branch information
Christophe Thommeret authored and Mauro Carvalho Chehab committed Oct 17, 2008
1 parent b064802 commit 8e2cb4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 430189da042f8cc3305b8fbbce18ea103501fb90
refs/heads/master: 745632147d54cd4db6812045351510ebd3981a24
5 changes: 4 additions & 1 deletion trunk/drivers/media/dvb/frontends/cx24116.c
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,10 @@ static int cx24116_set_frontend(struct dvb_frontend *fe,

switch (c->pilot) {
case PILOT_AUTO: /* Not supported but emulated */
retune = 2; /* Fall-through */
state->dnxt.pilot_val = (c->modulation == QPSK)
? CX24116_PILOT_OFF : CX24116_PILOT_ON;
retune = 2;
break;
case PILOT_OFF:
state->dnxt.pilot_val = CX24116_PILOT_OFF;
break;
Expand Down

0 comments on commit 8e2cb4e

Please sign in to comment.