diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-06-22 14:08:16 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2008-06-22 14:08:16 +0200 |
commit | 4353b01a599dc27d0eb927c6ef71dd8a0cdb5786 (patch) | |
tree | d3eb41e40dd94d4b3ba205bf039844a9f0f6ea49 /linux/drivers/media/video/cx18/cx18-cards.c | |
parent | 58699616d9a85b5cccbdd1587cdfc39ba84af902 (diff) | |
download | mediapointer-dvb-s2-4353b01a599dc27d0eb927c6ef71dd8a0cdb5786.tar.gz mediapointer-dvb-s2-4353b01a599dc27d0eb927c6ef71dd8a0cdb5786.tar.bz2 |
ivtv/cx18: improve tuner std check in card definitions.
From: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/video/cx18/cx18-cards.c')
-rw-r--r-- | linux/drivers/media/video/cx18/cx18-cards.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx18/cx18-cards.c b/linux/drivers/media/video/cx18/cx18-cards.c index 90857bedc..e42959898 100644 --- a/linux/drivers/media/video/cx18/cx18-cards.c +++ b/linux/drivers/media/video/cx18/cx18-cards.c @@ -27,7 +27,7 @@ #include "cx18-i2c.h" #include <media/cs5345.h> -#define V4L2_STD_NOT_MN (V4L2_STD_PAL|V4L2_STD_SECAM) +#define V4L2_STD_PAL_SECAM (V4L2_STD_PAL|V4L2_STD_SECAM) /********************** card configuration *******************************/ @@ -266,7 +266,7 @@ static const struct cx18_card cx18_card_cnxt_raptor_pal = { { CX18_CARD_INPUT_LINE_IN2, CX18_AV_AUDIO_SERIAL, 0 }, }, .tuners = { - { .std = V4L2_STD_NOT_MN, .tuner = TUNER_PHILIPS_FM1216ME_MK3 }, + { .std = V4L2_STD_PAL_SECAM, .tuner = TUNER_PHILIPS_FM1216ME_MK3 }, }, .ddr = { /* MT 46V16M16 memory */ |