Skip to content

Commit

Permalink
V4L/DVB: ngene: Adapt to current frontend drivers
Browse files Browse the repository at this point in the history
Adapt to current stv090x + stv6110 drivers.

[mchehab@redhat.com: removed compilation hack added by me on a prev patch]
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Oliver Endriss authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent edad22a commit 83e7455
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions 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 83e7455

Please sign in to comment.