Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21663
b: refs/heads/master
c: fbc81c0
h: refs/heads/master
i:
  21661: 45f33f5
  21659: 3cfb8a6
  21655: de7c58b
  21647: c90404a
  21631: f17612a
v: v3
  • Loading branch information
Curt Meyers authored and Mauro Carvalho Chehab committed Feb 27, 2006
1 parent 8add471 commit c81e885
Show file tree
Hide file tree
Showing 2 changed files with 11 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: 3e1410adc7cc9e8511327179b5b86864be17b7f9
refs/heads/master: fbc81c072d832a0529bdb710404e7c9dc14f3043
10 changes: 10 additions & 0 deletions trunk/drivers/media/video/saa7134/saa7134-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -928,10 +928,20 @@ static struct nxt200x_config avertvhda180 = {
.pll_desc = &dvb_pll_tdhu2,
};

static int nxt200x_set_pll_input(u8 *buf, int input)
{
if (input)
buf[3] |= 0x08;
else
buf[3] &= ~0x08;
return 0;
}

static struct nxt200x_config kworldatsc110 = {
.demod_address = 0x0a,
.pll_address = 0x61,
.pll_desc = &dvb_pll_tuv1236d,
.set_pll_input = nxt200x_set_pll_input,
};
#endif

Expand Down

0 comments on commit c81e885

Please sign in to comment.