Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285231
b: refs/heads/master
c: 4a5006f
h: refs/heads/master
i:
  285229: 4d3b98d
  285227: 231294b
  285223: a6957ec
  285215: 72a9a44
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Nov 24, 2011
1 parent 48350ce commit 7c6fc01
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 8503232f2e9604d844d8f52ddea2e55ccc6c38f6
refs/heads/master: 4a5006f68d6b336564eb1e4cbb1f66d234958889
3 changes: 2 additions & 1 deletion trunk/drivers/media/dvb/firewire/firedtv-avc.c
Original file line number Diff line number Diff line change
Expand Up @@ -392,10 +392,11 @@ static int avc_tuner_tuneqpsk(struct firedtv *fdtv,
default: c->operand[13] = 0x2; break;
}
switch (fdtv->fe.dtv_property_cache.rolloff) {
case ROLLOFF_AUTO: c->operand[14] = 0x2; break;
case ROLLOFF_35: c->operand[14] = 0x2; break;
case ROLLOFF_20: c->operand[14] = 0x0; break;
case ROLLOFF_25: c->operand[14] = 0x1; break;
case ROLLOFF_AUTO:
default: c->operand[14] = 0x2; break;
/* case ROLLOFF_NONE: c->operand[14] = 0xff; break; */
}
switch (fdtv->fe.dtv_property_cache.pilot) {
Expand Down

0 comments on commit 7c6fc01

Please sign in to comment.