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

Commit 4713e225 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] mt2063: Remove setParm/getParm abstraction layer



This layer just increases the code size for no good reason,
and makes harder to debug.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 3d49700f
Loading
Loading
Loading
Loading
+171 −959

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ static inline struct dvb_frontend *mt2063_attach(struct dvb_frontend *fe,
	return NULL;
}

unsigned int mt2063_setTune(struct dvb_frontend *fe, u32 f_in,
int mt2063_setTune(struct dvb_frontend *fe, u32 f_in,
				   u32 bw_in,
				   enum MTTune_atv_standard tv_type);