diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-12-03 15:47:15 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-12-03 15:47:15 -0200 |
commit | c87f1da9c6e885924a4bf789057719a6b0ff8da3 (patch) | |
tree | 528ac7244e7c471b25965ea58d1ca1929f617190 /linux/drivers/media/video/tuner-simple.c | |
parent | 006672d89324fc8315e808498f8035539dc6df3d (diff) | |
parent | 33df94af3f2efc5c93d9879545fbf3b78623dd82 (diff) | |
download | mediapointer-dvb-s2-c87f1da9c6e885924a4bf789057719a6b0ff8da3.tar.gz mediapointer-dvb-s2-c87f1da9c6e885924a4bf789057719a6b0ff8da3.tar.bz2 |
merge: http://linuxtv.org/hg/~endriss/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/tuner-simple.c')
-rw-r--r-- | linux/drivers/media/video/tuner-simple.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/video/tuner-simple.c b/linux/drivers/media/video/tuner-simple.c index b7e6f092d..ccb591e07 100644 --- a/linux/drivers/media/video/tuner-simple.c +++ b/linux/drivers/media/video/tuner-simple.c @@ -117,6 +117,7 @@ static int tuner_stereo(struct i2c_client *c) case TUNER_PHILIPS_FM1216ME_MK3: case TUNER_PHILIPS_FM1236_MK3: case TUNER_PHILIPS_FM1256_IH3: + case TUNER_LG_NTSC_TAPE: stereo = ((status & TUNER_SIGNAL) == TUNER_STEREO_MK3); break; default: @@ -457,6 +458,7 @@ static void default_set_radio_freq(struct i2c_client *c, unsigned int freq) case TUNER_PHILIPS_FM1216ME_MK3: case TUNER_PHILIPS_FM1236_MK3: case TUNER_PHILIPS_FMD1216ME_MK3: + case TUNER_LG_NTSC_TAPE: buffer[3] = 0x19; break; case TUNER_TNF_5335MF: |