Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261326
b: refs/heads/master
c: c3f305a
h: refs/heads/master
v: v3
  • Loading branch information
Justin P. Mattock authored and Mauro Carvalho Chehab committed Jul 27, 2011
1 parent f410248 commit c49f46e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: 79a5b9a2d99f9085dd84e796c20756e4e283b6c9
refs/heads/master: c3f305aab4b2b4334a46a8cc212f4adf05af6798
12 changes: 6 additions & 6 deletions trunk/drivers/media/dvb/frontends/s5h1420.c
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ static int s5h1420_set_frontend(struct dvb_frontend* fe,
struct s5h1420_state* state = fe->demodulator_priv;
int frequency_delta;
struct dvb_frontend_tune_settings fesettings;
uint8_t clock_settting;
uint8_t clock_setting;

dprintk("enter %s\n", __func__);

Expand Down Expand Up @@ -684,19 +684,19 @@ static int s5h1420_set_frontend(struct dvb_frontend* fe,
switch (state->fclk) {
default:
case 88000000:
clock_settting = 80;
clock_setting = 80;
break;
case 86000000:
clock_settting = 78;
clock_setting = 78;
break;
case 80000000:
clock_settting = 72;
clock_setting = 72;
break;
case 59000000:
clock_settting = 51;
clock_setting = 51;
break;
case 44000000:
clock_settting = 36;
clock_setting = 36;
break;
}
dprintk("pll01: %d, ToneFreq: %d\n", state->fclk/1000000 - 8, (state->fclk + (TONE_FREQ * 32) - 1) / (TONE_FREQ * 32));
Expand Down

0 comments on commit c49f46e

Please sign in to comment.