diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-06-22 11:08:16 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 06:12:01 -0400 |
commit | 156f194b9df243b4c347a62b37258cb088f20297 (patch) | |
tree | 12116a4c6bf1b8b0017b9b28c53afafbbe1ae262 /drivers/media/video/cx18/cx18-cards.c | |
parent | e0e31cdb91cddc4cfbf6d5ffa8212f694723269b (diff) |
V4L/DVB (8106): ivtv/cx18: improve tuner std check in card definitions.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx18/cx18-cards.c')
-rw-r--r-- | drivers/media/video/cx18/cx18-cards.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx18/cx18-cards.c b/drivers/media/video/cx18/cx18-cards.c index 90857bedccae..e4295989829b 100644 --- a/drivers/media/video/cx18/cx18-cards.c +++ b/drivers/media/video/cx18/cx18-cards.c | |||
@@ -27,7 +27,7 @@ | |||
27 | #include "cx18-i2c.h" | 27 | #include "cx18-i2c.h" |
28 | #include <media/cs5345.h> | 28 | #include <media/cs5345.h> |
29 | 29 | ||
30 | #define V4L2_STD_NOT_MN (V4L2_STD_PAL|V4L2_STD_SECAM) | 30 | #define V4L2_STD_PAL_SECAM (V4L2_STD_PAL|V4L2_STD_SECAM) |
31 | 31 | ||
32 | /********************** card configuration *******************************/ | 32 | /********************** card configuration *******************************/ |
33 | 33 | ||
@@ -266,7 +266,7 @@ static const struct cx18_card cx18_card_cnxt_raptor_pal = { | |||
266 | { CX18_CARD_INPUT_LINE_IN2, CX18_AV_AUDIO_SERIAL, 0 }, | 266 | { CX18_CARD_INPUT_LINE_IN2, CX18_AV_AUDIO_SERIAL, 0 }, |
267 | }, | 267 | }, |
268 | .tuners = { | 268 | .tuners = { |
269 | { .std = V4L2_STD_NOT_MN, .tuner = TUNER_PHILIPS_FM1216ME_MK3 }, | 269 | { .std = V4L2_STD_PAL_SECAM, .tuner = TUNER_PHILIPS_FM1216ME_MK3 }, |
270 | }, | 270 | }, |
271 | .ddr = { | 271 | .ddr = { |
272 | /* MT 46V16M16 memory */ | 272 | /* MT 46V16M16 memory */ |