Skip to content

Commit

Permalink
V4L/DVB: ngene: Set ADC ranges to 1Vpp
Browse files Browse the repository at this point in the history
Set ADC1 and ADC2 range of the stv0900 to 1Vpp.

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 83e7455 commit 589816c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/media/dvb/ngene/ngene-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1859,6 +1859,9 @@ static struct stv090x_config fe_mps2 = {

.repeater_level = STV090x_RPTLEVEL_16,

.adc1_range = STV090x_ADC_1Vpp,
.adc2_range = STV090x_ADC_1Vpp,

.diseqc_envelope_mode = true,
};

Expand Down

0 comments on commit 589816c

Please sign in to comment.