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

Commit 9348393a authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] drxk: remove ops.info.frequency_stepsize from DVB-C



ops.info.frequency_stepsize is used only for DVB-T & friends. For
DVB-C, the step size is calculated using the symbol rate.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 37fa53c6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -6356,7 +6356,6 @@ static struct dvb_frontend_ops drxk_c_ops = {
	.delsys = { SYS_DVBC_ANNEX_A, SYS_DVBC_ANNEX_C },
	.info = {
		 .name = "DRXK DVB-C",
		 .frequency_stepsize = 62500,
		 .frequency_min = 47000000,
		 .frequency_max = 862000000,
		 .symbol_rate_min = 870000,