[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: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Mauro Carvalho Chehab 2011-07-21 11:23:59 -03:00
parent 3d49700fb1
commit 4713e225a5
2 changed files with 184 additions and 972 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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);