diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-08-05 10:11:25 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-08-05 10:11:25 -0300 |
commit | c6779d4098c7b706d36cb85aa23dce766af181d1 (patch) | |
tree | d834af8c15114ed3204c111922e9da50751136a0 /linux/drivers/media/common/tuners/tuner-simple.c | |
parent | b09fc65be0f74fa20c47c31d00ddf7553a4749ee (diff) | |
download | mediapointer-dvb-s2-c6779d4098c7b706d36cb85aa23dce766af181d1.tar.gz mediapointer-dvb-s2-c6779d4098c7b706d36cb85aa23dce766af181d1.tar.bz2 |
Add support for TCL tuner MF02GIP-5N-E
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Thanks to Sistema Fenix (http://www.sistemafenix.com.br/) and CDI Brasil
(www.cdibrasil.com.br/) for sponsoring this development.
Signed-off-by: Gilberto <gilberto@sistemafenix.com.br>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/common/tuners/tuner-simple.c')
-rw-r--r-- | linux/drivers/media/common/tuners/tuner-simple.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/common/tuners/tuner-simple.c b/linux/drivers/media/common/tuners/tuner-simple.c index f352af87b..a709d6bee 100644 --- a/linux/drivers/media/common/tuners/tuner-simple.c +++ b/linux/drivers/media/common/tuners/tuner-simple.c @@ -143,6 +143,7 @@ static inline int tuner_stereo(const int type, const int status) case TUNER_PHILIPS_FM1236_MK3: case TUNER_PHILIPS_FM1256_IH3: case TUNER_LG_NTSC_TAPE: + case TUNER_TCL_MF02GIP_5N: return ((status & TUNER_SIGNAL) == TUNER_STEREO_MK3); default: return status & TUNER_STEREO; @@ -514,6 +515,7 @@ static int simple_radio_bandswitch(struct dvb_frontend *fe, u8 *buffer) case TUNER_PHILIPS_FMD1216ME_MK3: case TUNER_LG_NTSC_TAPE: case TUNER_PHILIPS_FM1256_IH3: + case TUNER_TCL_MF02GIP_5N: buffer[3] = 0x19; break; case TUNER_TNF_5335MF: |