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

Commit 8f04c70f authored by Manu Abraham's avatar Manu Abraham Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (9464): Remove unreferenced delivery

parent e399a789
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1311,7 +1311,6 @@ int stb0899_get_dev_id(struct stb0899_state *state)

static const struct dvbfe_info dvbs_info	= {
	.name					= "STB0899 DVB-S",
	.delivery				= DVBFE_DELSYS_DVBS,
	.delsys					= {
		.dvbs.modulation		= DVBFE_MOD_QPSK,
		.dvbs.fec			= DVBFE_FEC_1_2	| DVBFE_FEC_2_3 |
@@ -1329,7 +1328,6 @@ static const struct dvbfe_info dvbs_info = {

static const struct dvbfe_info dss_info		= {
	.name					= "STB0899 DSS",
	.delivery				= DVBFE_DELSYS_DSS,
	.delsys					= {
		.dss.modulation			= DVBFE_MOD_BPSK | DVBFE_MOD_QPSK,
		.dss.fec			= DVBFE_FEC_1_2	 | DVBFE_FEC_2_3 |
@@ -1347,7 +1345,6 @@ static const struct dvbfe_info dss_info = {

static const struct dvbfe_info dvbs2_info	= {
	.name					= "STB0899 DVB-S2",
	.delivery				= DVBFE_DELSYS_DVBS2,
	.delsys					= {
		.dvbs2.modulation		= DVBFE_MOD_QPSK   | DVBFE_MOD_8PSK |
						  DVBFE_MOD_16APSK | DVBFE_MOD_32APSK,