Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124098
b: refs/heads/master
c: d681208
h: refs/heads/master
v: v3
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Dec 29, 2008
1 parent 8380451 commit c3c4bca
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 18527bee917fb94aaf1760826d918ac7f08d7e61
refs/heads/master: d6812086508a38ccb48ed9d5bc9f50732dc818db
3 changes: 3 additions & 0 deletions trunk/drivers/media/dvb/frontends/stb6100.c
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,10 @@ static int stb6100_set_frequency(struct dvb_frontend *fe, u32 frequency)
g = 12;
else
g = 14;

regs[STB6100_G] = (regs[STB6100_G] & ~STB6100_G_G) | g;
regs[STB6100_G] &= ~STB6100_G_GCT; /* mask GCT */
regs[STB6100_G] |= (1 << 5); /* 2Vp-p Mode */

/* VCO divide ratio (LO divide ratio, VCO prescaler enable). */
if (frequency <= 1075000)
Expand Down

0 comments on commit c3c4bca

Please sign in to comment.