Browse Source

[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>
Mauro Carvalho Chehab 14 years ago
parent
commit
4713e225a5
2 changed files with 161 additions and 949 deletions
  1. 160 948
      drivers/media/common/tuners/mt2063.c
  2. 1 1
      drivers/media/common/tuners/mt2063.h

File diff suppressed because it is too large
+ 160 - 948
drivers/media/common/tuners/mt2063.c


+ 1 - 1
drivers/media/common/tuners/mt2063.h

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

Some files were not shown because too many files changed in this diff