Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181710
b: refs/heads/master
c: 7d35028
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Feb 26, 2010
1 parent 48a1a4d commit 3856b23
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 7f2199c03b4946f1b79514b3411e3dbf130a6bba
refs/heads/master: 7d3502844609df0985932365197f905e4ea95d22
4 changes: 3 additions & 1 deletion trunk/drivers/media/common/tuners/tuner-xc2028.c
Original file line number Diff line number Diff line change
Expand Up @@ -1135,11 +1135,13 @@ static int xc2028_set_params(struct dvb_frontend *fe,

/* All S-code tables need a 200kHz shift */
if (priv->ctrl.demod) {
demod = priv->ctrl.demod;

/*
* Newer firmwares require a 200 kHz offset only for ATSC
*/
if (type == ATSC || priv->firm_version < 0x0302)
demod = priv->ctrl.demod + 200;
demod += 200;
/*
* The DTV7 S-code table needs a 700 kHz shift.
*
Expand Down

0 comments on commit 3856b23

Please sign in to comment.