Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181649
b: refs/heads/master
c: 83e7455
h: refs/heads/master
i:
  181647: d4aa7de
v: v3
  • Loading branch information
Oliver Endriss authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent 9736275 commit d12543a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 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: edad22a7b0e5899ee503794543ce4c77cfb34d58
refs/heads/master: 83e74554d4b1c6f4906c8a4fff270fcd42978987
14 changes: 2 additions & 12 deletions trunk/drivers/media/dvb/ngene/ngene-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1853,35 +1853,25 @@ static struct stv090x_config fe_mps2 = {

.xtal = 27000000,
.address = 0x68,
// .ref_clk = 27000000,

.ts1_mode = STV090x_TSMODE_SERIAL_PUNCTURED,
.ts2_mode = STV090x_TSMODE_SERIAL_PUNCTURED,

.repeater_level = STV090x_RPTLEVEL_16,

.diseqc_envelope_mode = true,

.tuner_init = NULL,
.tuner_set_mode = NULL,
.tuner_set_frequency = NULL,
.tuner_get_frequency = NULL,
.tuner_set_bandwidth = NULL,
.tuner_get_bandwidth = NULL,
.tuner_set_bbgain = NULL,
.tuner_get_bbgain = NULL,
.tuner_set_refclk = NULL,
.tuner_get_status = NULL,
};

static struct stv6110x_config tuner_mps2_0 = {
.addr = 0x60,
.refclk = 27000000,
.clk_div = 1,
};

static struct stv6110x_config tuner_mps2_1 = {
.addr = 0x63,
.refclk = 27000000,
.clk_div = 1,
};

static struct ngene_info ngene_info_mps2 = {
Expand Down

0 comments on commit d12543a

Please sign in to comment.