Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357198
b: refs/heads/master
c: 36a495a
h: refs/heads/master
v: v3
  • Loading branch information
Patrice Chotard authored and Mauro Carvalho Chehab committed Dec 27, 2012
1 parent 3adb94f commit f6a52e6
Show file tree
Hide file tree
Showing 2 changed files with 9 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: e7c953d280cea9a79018ae36e2bc7cedc3678de3
refs/heads/master: 36a495a336c3fbbb2f4eeed2a94ab6d5be19d186
8 changes: 8 additions & 0 deletions trunk/drivers/media/pci/ngene/ngene-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,14 @@ static int demod_attach_drxd(struct ngene_channel *chan)
pr_err("No DRXD found!\n");
return -ENODEV;
}
return 0;
}

static int tuner_attach_dtt7520x(struct ngene_channel *chan)
{
struct drxd_config *feconf;

feconf = chan->dev->card_info->fe_config[chan->number];

if (!dvb_attach(dvb_pll_attach, chan->fe, feconf->pll_address,
&chan->i2c_adapter,
Expand Down

0 comments on commit f6a52e6

Please sign in to comment.