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

Commit b4c85248 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (5928): tuner: fix TOP values for the Panasonic VP27 tuner.

parent 469ba047
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -670,6 +670,9 @@ static struct tuner_params tuner_panasonic_vp27_params[] = {
		.count  = ARRAY_SIZE(tuner_panasonic_vp27_ntsc_ranges),
		.has_tda9887 = 1,
		.intercarrier_mode = 1,
		.default_top_low = -3,
		.default_top_mid = -3,
		.default_top_high = -3,
	},
};