Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31467
b: refs/heads/master
c: fd6decf
h: refs/heads/master
i:
  31465: 31e4535
  31463: 6b54433
v: v3
  • Loading branch information
Andrew de Quincey authored and Mauro Carvalho Chehab committed Jun 30, 2006
1 parent a4181c1 commit 30e5c70
Show file tree
Hide file tree
Showing 2 changed files with 10 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: 1b172e0c4e44151cd239c1e9260c7822a4eecdbf
refs/heads/master: fd6decfbb86a73f3bdf3df2281191e7a978d8b77
9 changes: 9 additions & 0 deletions trunk/drivers/media/dvb/ttpci/budget-av.c
Original file line number Diff line number Diff line change
Expand Up @@ -1141,6 +1141,15 @@ static void frontend_init(struct budget_av *budget_av)
break;

case SUBID_DVBC_KNC1:
budget_av->reinitialise_demod = 1;
fe = tda10021_attach(&philips_cu1216_config,
&budget_av->budget.i2c_adap,
read_pwm(budget_av));
if (fe) {
fe->ops.tuner_ops.set_params = philips_cu1216_tuner_set_params;
}
break;

case SUBID_DVBC_KNC1_PLUS:
case SUBID_DVBC_CINERGY1200:
budget_av->reinitialise_demod = 1;
Expand Down

0 comments on commit 30e5c70

Please sign in to comment.