Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155780
b: refs/heads/master
c: ff69786
h: refs/heads/master
v: v3
  • Loading branch information
Devin Heitmueller authored and Mauro Carvalho Chehab committed Jul 24, 2009
1 parent f69ee01 commit b90f39a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 4fb202a8d9d936f7080ab631140b447a0625e36c
refs/heads/master: ff69786b4ccd0d5b99a60ba0be98237f9b7d8f52
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/em28xx/em28xx-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ static int mt352_terratec_xs_init(struct dvb_frontend *fe)
static u8 capt_range_cfg[] = { CAPT_RANGE, 0x32 };
static u8 trl_nom_cfg[] = { TRL_NOMINAL_RATE_1, 0x64, 0x00 };
static u8 tps_given_cfg[] = { TPS_GIVEN_1, 0x40, 0x80, 0x50 };
static u8 tuner_go[] = { TUNER_GO, 0x5d};
static u8 tuner_go[] = { TUNER_GO, 0x01};

mt352_write(fe, clock_config, sizeof(clock_config));
udelay(200);
Expand Down

0 comments on commit b90f39a

Please sign in to comment.