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

Commit 533b673b authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] dvb: Add ops.delsys to the remaining frontends



A few drivers don't have .delsys. Add it, in order to allow
future patches for dvb_frontend.c to not use info.type.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 7c61d80a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -375,7 +375,7 @@ struct dvb_frontend *s5h1432_attach(const struct s5h1432_config *config,
EXPORT_SYMBOL(s5h1432_attach);

static struct dvb_frontend_ops s5h1432_ops = {

	.delsys = { SYS_DVBT },
	.info = {
		 .name = "Samsung s5h1432 DVB-T Frontend",
		 .type = FE_OFDM,
+1 −1
Original line number Diff line number Diff line
@@ -690,7 +690,7 @@ struct dvb_frontend *stv0297_attach(const struct stv0297_config *config,
}

static struct dvb_frontend_ops stv0297_ops = {

	.delsys = { SYS_DVBC },
	.info = {
		 .name = "ST STV0297 DVB-C",
		 .type = FE_QAM,
+1 −1
Original line number Diff line number Diff line
@@ -1157,7 +1157,7 @@ struct dvb_frontend *tda10048_attach(const struct tda10048_config *config,
EXPORT_SYMBOL(tda10048_attach);

static struct dvb_frontend_ops tda10048_ops = {

	.delsys = { SYS_DVBT },
	.info = {
		.name			= "NXP TDA10048HN DVB-T",
		.type			= FE_OFDM,
+1 −0
Original line number Diff line number Diff line
@@ -579,6 +579,7 @@ static void va1j5jf8007s_release(struct dvb_frontend *fe)
}

static struct dvb_frontend_ops va1j5jf8007s_ops = {
	.delsys = { SYS_ISDBS },
	.info = {
		.name = "VA1J5JF8007/VA1J5JF8011 ISDB-S",
		.type = FE_QPSK,
+1 −0
Original line number Diff line number Diff line
@@ -428,6 +428,7 @@ static void va1j5jf8007t_release(struct dvb_frontend *fe)
}

static struct dvb_frontend_ops va1j5jf8007t_ops = {
	.delsys = { SYS_ISDBT },
	.info = {
		.name = "VA1J5JF8007/VA1J5JF8011 ISDB-T",
		.type = FE_OFDM,