Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331040
b: refs/heads/master
c: a719d69
h: refs/heads/master
v: v3
  • Loading branch information
Peter Senna Tschudin authored and Mauro Carvalho Chehab committed Sep 23, 2012
1 parent dfc98a2 commit 12a068d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: c2c9036545dd0b8b782554cc9c001288c0a7d5a6
refs/heads/master: a719d69399592cdee8e52f9a30cb84774f334a62
10 changes: 5 additions & 5 deletions trunk/drivers/media/tuners/tda18271-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ int tda18271_init_regs(struct dvb_frontend *fe)
case TDA18271HDC2:
regs[R_ID] = 0x84;
break;
};
}

regs[R_TM] = 0x08;
regs[R_PL] = 0x80;
Expand All @@ -300,7 +300,7 @@ int tda18271_init_regs(struct dvb_frontend *fe)
case TDA18271HDC2:
regs[R_EB1] = 0xfc;
break;
};
}

regs[R_EB2] = 0x01;
regs[R_EB3] = 0x84;
Expand All @@ -320,7 +320,7 @@ int tda18271_init_regs(struct dvb_frontend *fe)
case TDA18271HDC2:
regs[R_EB12] = 0x33;
break;
};
}

regs[R_EB13] = 0xc1;
regs[R_EB14] = 0x00;
Expand All @@ -335,7 +335,7 @@ int tda18271_init_regs(struct dvb_frontend *fe)
case TDA18271HDC2:
regs[R_EB18] = 0x8c;
break;
};
}

regs[R_EB19] = 0x00;
regs[R_EB20] = 0x20;
Expand All @@ -347,7 +347,7 @@ int tda18271_init_regs(struct dvb_frontend *fe)
case TDA18271HDC2:
regs[R_EB21] = 0xb3;
break;
};
}

regs[R_EB22] = 0x48;
regs[R_EB23] = 0xb0;
Expand Down

0 comments on commit 12a068d

Please sign in to comment.