summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tda9887.c
diff options
context:
space:
mode:
authorNickolay V. Shmyrev2005-11-09 06:37:39 +0100
committerLinus Torvalds2005-11-09 16:56:19 +0100
commit3ae1adc6ed93d55a27523f395284940fbe056401 (patch)
tree8e8ccbed3d907c82b27154ff73d701d5f1782f14 /drivers/media/video/tda9887.c
parent[PATCH] v4l: 794: added asound skyeye bttv card (diff)
downloadkernel-qcow2-linux-3ae1adc6ed93d55a27523f395284940fbe056401.tar.gz
kernel-qcow2-linux-3ae1adc6ed93d55a27523f395284940fbe056401.tar.xz
kernel-qcow2-linux-3ae1adc6ed93d55a27523f395284940fbe056401.zip
[PATCH] v4l: 795: new config option for tda9887 to specifically set intercarrier
- New config option for tda9887 to specifically set intercarrier Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/tda9887.c')
-rw-r--r--drivers/media/video/tda9887.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/tda9887.c b/drivers/media/video/tda9887.c
index 3a7babef06f4..796110d4ff72 100644
--- a/drivers/media/video/tda9887.c
+++ b/drivers/media/video/tda9887.c
@@ -464,6 +464,8 @@ static int tda9887_set_config(struct tda9887 *t, char *buf)
break;
}
}
+ if ((t->config & TDA9887_INTERCARRIER_NTSC) && (t->std & V4L2_STD_NTSC))
+ buf[1] &= ~cQSS;
return 0;
}