Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26890
b: refs/heads/master
c: 71a8dff
h: refs/heads/master
v: v3
  • Loading branch information
Andrew de Quincey authored and Mauro Carvalho Chehab committed May 12, 2006
1 parent 6a4bc2e commit 97266c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 7a766f9ddd74b50d6069f054a3004ece0439f5c1
refs/heads/master: 71a8dffb07ae40af87b2f7b93dcd5810e2c558bf
6 changes: 4 additions & 2 deletions trunk/drivers/media/dvb/ttpci/budget-av.c
Original file line number Diff line number Diff line change
Expand Up @@ -1190,8 +1190,6 @@ static int budget_av_attach(struct saa7146_dev *dev, struct saa7146_pci_extensio
SAA7146_HPS_SYNC_PORT_A);

saa7113_setinput(budget_av, 0);
} else {
ciintf_init(budget_av);
}

/* fixme: find some sane values here... */
Expand All @@ -1211,6 +1209,10 @@ static int budget_av_attach(struct saa7146_dev *dev, struct saa7146_pci_extensio
budget_av->budget.dvb_adapter.priv = budget_av;
frontend_init(budget_av);

if (!budget_av->has_saa7113) {
ciintf_init(budget_av);
}

return 0;
}

Expand Down

0 comments on commit 97266c5

Please sign in to comment.