Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 589816c6 authored by Oliver Endriss's avatar Oliver Endriss Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB: ngene: Set ADC ranges to 1Vpp



Set ADC1 and ADC2 range of the stv0900 to 1Vpp.

Signed-off-by: default avatarOliver Endriss <o.endriss@gmx.de>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 83e74554
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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,
};