diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-01-31 20:12:15 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-21 19:31:59 -0400 |
commit | 2f86138706d3b5c85a69e72ca2959717372386dd (patch) | |
tree | df6e5b3a01bb85b20df795db7128ad2ed431f11c /drivers/media/video/cx231xx/cx231xx.h | |
parent | 3f25ffa2cd946333d29a668993f5aa78e9b56a02 (diff) |
[media] cx231xx: Use parameters to describe some board variants
Instead of per-model tests all over the code, use some parameters
at the board entries to describe the model variants for:
- devices with 417 MPEG encoder;
- devices that use external AV;
- devices where vbi VANC endpoint doesn't work;
- devices with xc5000 that require different IF
initialization (and probably will cover also
xc3028).
- devices with xceive tuner that require a reset
during init.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx231xx/cx231xx.h')
-rw-r--r-- | drivers/media/video/cx231xx/cx231xx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/cx231xx/cx231xx.h b/drivers/media/video/cx231xx/cx231xx.h index 72bbea2bcd56..b72503d625b5 100644 --- a/drivers/media/video/cx231xx/cx231xx.h +++ b/drivers/media/video/cx231xx/cx231xx.h | |||
@@ -353,7 +353,10 @@ struct cx231xx_board { | |||
353 | 353 | ||
354 | unsigned int max_range_640_480:1; | 354 | unsigned int max_range_640_480:1; |
355 | unsigned int has_dvb:1; | 355 | unsigned int has_dvb:1; |
356 | unsigned int has_417:1; | ||
356 | unsigned int valid:1; | 357 | unsigned int valid:1; |
358 | unsigned int no_alt_vanc:1; | ||
359 | unsigned int external_av:1; | ||
357 | 360 | ||
358 | unsigned char xclk, i2c_speed; | 361 | unsigned char xclk, i2c_speed; |
359 | 362 | ||