Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117049
b: refs/heads/master
c: c96de51
h: refs/heads/master
i:
  117047: a423cf0
v: v3
  • Loading branch information
Steven Toth authored and Mauro Carvalho Chehab committed Oct 21, 2008
1 parent d19c05d commit 750bcb2
Show file tree
Hide file tree
Showing 3 changed files with 2 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: f4ef033ee03b36ba1b1d39007d740f2786a93f2b
refs/heads/master: c96de5197d038cd1c5538085109c7329434ee94b
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/s5h1411.c
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ static int s5h1411_set_if_freq(struct dvb_frontend *fe, int KHz)

switch (KHz) {
case 3250:
s5h1411_writereg(state, S5H1411_I2C_TOP_ADDR, 0x38, 0x10d9);
s5h1411_writereg(state, S5H1411_I2C_TOP_ADDR, 0x38, 0x10d5);
s5h1411_writereg(state, S5H1411_I2C_TOP_ADDR, 0x39, 0x5342);
s5h1411_writereg(state, S5H1411_I2C_QAM_ADDR, 0x2c, 0x10d9);
break;
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/media/dvb/frontends/s5h1411.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ struct s5h1411_config {
u16 mpeg_timing;

/* IF Freq for QAM and VSB in KHz */
#define S5H1411_IF_2500 2500
#define S5H1411_IF_3500 3500
#define S5H1411_IF_4000 4000
#define S5H1411_IF_5380 5380
Expand Down

0 comments on commit 750bcb2

Please sign in to comment.